Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c4e…aeca
Balances ($272.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ST | ERC-20 | 1.050824M | $0.000259 |
$272.45 | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
SPB | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12029710 | 4 years ago | | | 0 | 0.010121250 | |
| 11145118 | 4 years ago | | | 0 | 0.0019017570 | |
| 11145094 | 4 years ago | | | 0 | 0.0019017570 | |
| 11000812 | 4 years ago | | | 0 | 0.0013883200 | |
| 11000786 | 4 years ago | | | 0 | 0.0013883200 | |
| 10794814 | 4 years ago | | | 0 | 0.0069416000 | |
| 10794792 | 4 years ago | | | 0 | 0.0099416000 | |
| 10607299 | 4 years ago | | | 0 | 0.00097340000 | |
| 10607255 | 4 years ago | | | 0 | 0.0017354000 | |
| 10607201 | 4 years ago | | | 0 | 0.0026031000 |
ABI
ABI objects
Getter at block 21302415
adminAddress() view returns (address)
0x7516778a8a05fe375368cba4b0d26790d23d9928
opsAddress() view returns (address)
0x66233ba6201cc64935128feb9294f9fff104944d
owner() view returns (address)
0x9ce5539ad01ddfca5bb1393e9549917ce294e998
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
revokeAddress() view returns (address)
0x2a723917d5c86f5a75f58c4affbc9a97b0f3ca25
tokenContract() view returns (address)
0x2c4e8f2d746113d0696ce89b35f0d8bf88e0aeca
totalLocked() view returns (uint256)
1050824295878000700000000
Read-only
allocations(address) view returns (uint256 amountGranted, uint256 amountTransferred, bool revokable)
State-modifying
Events completeOwnershipTransfer() returns (bool)
grantAllocation(address _account, uint256 _amount, bool _revokable) returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
processAllocation(address _account, uint256 _amount) returns (bool)
reclaimTokens() returns (bool)
revokeAllocation(address _account) returns (bool)
setAdminAddress(address _adminAddress) returns (bool)
setOpsAddress(address _opsAddress) returns (bool)
setRevokeAddress(address _revokeAddress) returns (bool)
AdminAddressChanged(address indexed _newAddress)
AllocationGranted(address indexed _from, address indexed _account, uint256 _amount, bool _revokable)
AllocationProcessed(address indexed _from, address indexed _account, uint256 _amount)
AllocationRevoked(address indexed _from, address indexed _account, uint256 _amountRevoked)
OpsAddressChanged(address indexed _newAddress)
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
RevokeAddressChanged(address indexed _newAddress)
TokensReclaimed(uint256 _amount)
constructor(address _tokenContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.