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)
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)
Vault
function
withdrawExcessToken
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| to | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
transferToVault
nonpayable
Restricted (requiresAuthorization)
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| token | address | |
| from | address | |
| amount | uint256 |
Outputs
(void)
function
transferFromVault
nonpayable
Restricted (requiresAuthorization)
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| token | address | |
| to | address | |
| amount | uint256 |
Outputs
(void)
event
ExcessTokensWithdrawn
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| to | address | |
| caller | address |
Outputs
(void)
constructor
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| proxy | address | |
| gracePeriod | uint256 |
Outputs
(void)
function
GRACE_PERIOD_EXPIRATION
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
TOKEN_PROXY
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
balances
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes32 | ||
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
authorized
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bool |
function
totalBalances
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |