Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,186.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QNT | ERC-20 | 138.659732 | $68.88 |
$9,550.88 | |
GET | ERC-20 | 3.683766K | $0.715501 |
$2,635.74 | |
FOR | ERC-20 | 1 | $0.003816 |
$0 | |
HEX | ERC-20 | 1.307 | $0.002331 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GET | ERC-20 | 4.320175K | -- | -- | |
WZI | ERC-20 | 410 | -- | -- | |
MOAT | ERC-20 | 317 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158217 | an hour ago | | | 0 | 0.0013341870 | |
| 21157719 | 3 hours ago | | | 0 | 0.00064665788 | |
| 21156900 | 6 hours ago | | | 0 | 0.00076866498 | |
| 21156778 | 6 hours ago | | | 0 | 0.00064298854 | |
| 21156312 | 8 hours ago | | | 0 | 0.00051003355 | |
| 21154496 | 14 hours ago | | | 0 | 0.00041686418 | |
| 21152793 | 19 hours ago | | | 0 | 0.00056616090 | |
| 21151521 | a day ago | | | 0 | 0.00077519210 | |
| 21151512 | a day ago | | | 0 | 0.00038562862 | |
| 21151511 | a day ago | | | 0 | 0.00069788305 |
ABI
ABI objects
Getter at block 21158564
BURN_ADDRESS() pure returns (address)
0x0000000000000000000000000000000000000000
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
18
getUpgradeState() pure returns (uint8)
2
isToken() pure returns (bool weAre)
true
mintingFinished() pure returns (bool)
true
name() pure returns (string)
GET
owner() pure returns (address)
0x0051426df3f52b0a6e61cd8fa764601bfad5a968
releaseAgent() pure returns (address)
0x9a417e4db28778b6d9a4f42a5d7d01252a3af849
released() pure returns (bool)
true
symbol() pure returns (string)
GET
totalSupply() pure returns (uint256)
22277126642272076034488398
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0xf71ee2fa869e7b9708a7139703aa127c495162d6
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
mintAgents(address) pure returns (bool)
transferAgents(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.