DelegateApprovals
Verified contract
Active on
Ethereum with 2,413 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x8f58…c9d1
Balances ($360.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 124.19 | $2.90 |
$360.15 | |
OPBC | ERC-20 | 500K | -- | -- | |
XFI | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21338071 | 11 days ago | | | 0 | 0.0015350573 | |
| 21148949 | a month ago | | | 0 | 0.00077362808 | |
| 21017629 | 2 months ago | | | 0 | 0.00032224356 | |
| 21017614 | 2 months ago | | | 0 | 0.00033278803 | |
| 21017601 | 2 months ago | | | 0 | 0.00040146924 | |
| 21017589 | 2 months ago | | | 0 | 0.00023504913 | |
| 21017584 | 2 months ago | | | 0 | 0.00026103190 | |
| 21017572 | 2 months ago | | | 0 | 0.00048466955 | |
| 20833661 | 3 months ago | | | 0 | 0.00089112496 | |
| 20591247 | 4 months ago | | | 0 | 0.00026858558 |
ABI
ABI objects
Getter at block 21416767
APPROVE_ALL() view returns (bytes32)
0x417070726f7665416c6c00000000000000000000000000000000000000000000
BURN_FOR_ADDRESS() view returns (bytes32)
0x4275726e466f7241646472657373000000000000000000000000000000000000
CLAIM_FOR_ADDRESS() view returns (bytes32)
0x436c61696d466f72416464726573730000000000000000000000000000000000
EXCHANGE_FOR_ADDRESS() view returns (bytes32)
0x45786368616e6765466f72416464726573730000000000000000000000000000
ISSUE_FOR_ADDRESS() view returns (bytes32)
0x4973737565466f72416464726573730000000000000000000000000000000000
eternalStorage() view returns (address)
0x8f586f063ffbb89b186c8e604fc6614766f9c9d1
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
Read-only
approvedAll(address authoriser, address delegate) view returns (bool)
canBurnFor(address authoriser, address delegate) view returns (bool)
canClaimFor(address authoriser, address delegate) view returns (bool)
canExchangeFor(address authoriser, address delegate) view returns (bool)
canIssueFor(address authoriser, address delegate) view returns (bool)
State-modifying
Events acceptOwnership()
approveAllDelegatePowers(address delegate)
approveBurnOnBehalf(address delegate)
approveClaimOnBehalf(address delegate)
approveExchangeOnBehalf(address delegate)
approveIssueOnBehalf(address delegate)
nominateNewOwner(address _owner)
removeAllDelegatePowers(address delegate)
removeBurnOnBehalf(address delegate)
removeClaimOnBehalf(address delegate)
removeExchangeOnBehalf(address delegate)
removeIssueOnBehalf(address delegate)
setEternalStorage(address _eternalStorage)
Approval(address indexed authoriser, address delegate, bytes32 action)
EternalStorageUpdated(address newEternalStorage)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
WithdrawApproval(address indexed authoriser, address delegate, bytes32 action)
constructor(address _owner, address _eternalStorage)
This contract contains no fallback and receive objects.
This contract contains no error objects.