Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($115,747.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRO | ERC-20 | 612.334237K | $0.183716 |
$112,495.6 | |
LINK | ERC-20 | 170.025 | $14.95 |
$2,541.87 | |
CELR | ERC-20 | 11.7039K | $0.014877 |
$174.12 | |
USDT | ERC-20 | 159 | $0.999321 |
$158.89 | |
ZRX | ERC-20 | 360.50387 | $0.426836 |
$153.88 | |
DAI | ERC-20 | 111.86465 | $0.998699 |
$111.72 | |
USDC | ERC-20 | 57 | $0.998634 |
$56.92 | |
AMP | ERC-20 | 4.714552K | $0.004624 |
$21.8 | |
GALA | ERC-20 | 485 | $0.028951 |
$14.04 | |
DENT | ERC-20 | 12.025559K | $0.001113 |
$13.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237915 | 4 minutes ago | | | 0 | 0.00075486939 | |
| 21237907 | 6 minutes ago | | | 0 | 0.0011447355 | |
| 21237897 | 8 minutes ago | | | 0 | 0.00087012323 | |
| 21237887 | 10 minutes ago | | | 0 | 0.00088241900 | |
| 21237886 | 10 minutes ago | | | 0 | 0.0012102982 | |
| 21237875 | 12 minutes ago | | | 0 | 0.00089239432 | |
| 21237874 | 12 minutes ago | | | 0 | 0.0011906579 | |
| 21237847 | 18 minutes ago | | | 0 | 0.0011676675 | |
| 21237843 | 18 minutes ago | | | 0 | 0.0013365806 | |
| 21237827 | 22 minutes ago | | | 0 | 0.00077658125 |
ABI
ABI objects
Getter at block 21237933
airdropReserveWallet() view returns (address)
0x67703f7d089f3ac7c8c13a18b2381cbd7ee3eded
canUpgrade() view returns (bool)
true
capitalReserveWallet() view returns (address)
0x22e4f709fd5e7fe246fbf7e714ae89bdab7e2a5d
decimals() view returns (uint8)
8
ecosystemGrantsReserveWallet() view returns (address)
0xdda508f9f3c1b4ca39c8794df3a080298ebe9c55
getUpgradeState() view returns (uint8)
2
mainNetLaunchIncentiveReserveWallet() view returns (address)
0x71507ee19cbc0c87ff2b5e05d161efe2aac4ee07
mintingFinished() view returns (bool)
true
name() view returns (string)
CRO
owner() view returns (address)
0x3a39867b3dbc8a9dd55c4073e87cdab065430945
releaseAgent() view returns (address)
0x3a39867b3dbc8a9dd55c4073e87cdab065430945
released() view returns (bool)
true
secondarySaleReserveWallet() view returns (address)
0x35f517cab9a37bc31091c2f155d965af84e0bc85
symbol() view returns (string)
CRO
totalSupply() view returns (uint256)
10000000000000000000
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x3a39867b3dbc8a9dd55c4073e87cdab065430945
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
transferAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
releaseTokenTransfer()
renounceOwnership()
setReleaseAgent(address addr)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(string _name, string _symbol, uint256 _initialSupply, uint8 _decimals, bool _mintable, address _secondarySaleReserveWallet, address _mainNetLaunchIncentiveReserveWallet, address _capitalReserveWallet, address _ecosystemGrantsReserveWallet, address _airdropReserveWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.