AccessControlledBase
event
AccessRevoked
Inputs
Parameter | Type | Description |
---|---|---|
who | address |
Outputs
(void)
event
AccessGranted
Inputs
Parameter | Type | Description |
---|---|---|
who | address |
Outputs
(void)
Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
_newOwner | address |
Outputs
(void)
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
constructor
TokenProxy
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
gracePeriod | uint256 |
Outputs
(void)
event
OwnershipTransferred
Inputs
Parameter | Type | Description |
---|---|---|
previousOwner | address | |
newOwner | address |
Outputs
(void)
event
OwnershipRenounced
Inputs
Parameter | Type | Description |
---|---|---|
previousOwner | address |
Outputs
(void)
StaticAccessControlled
function
grantAccess
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
who | address |
Outputs
(void)
TokenProxy
function
transferTokens
nonpayable
Restricted (requiresAuthorization)
Inputs
Parameter | Type | Description |
---|---|---|
token | address | |
from | address | |
to | address | |
value | uint256 |
Outputs
(void)
function
available
view
Inputs
Parameter | Type | Description |
---|---|---|
who | address | |
token | address |
Outputs
Type | Description |
---|---|
uint256 |
function
GRACE_PERIOD_EXPIRATION
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
authorized
view
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
bool |
function
owner
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |