CRO Decentralized Finance
Verified contract
Active on
Ethereum with 3,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRO | ERC-20 | 29.498968M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14680286 | 3 years ago | | | 0 | 0.0034048103 | |
| 14581236 | 3 years ago | | | 0 | 0.00081897055 | |
| 14442110 | 3 years ago | | | 0 | 0.0021209200 | |
| 14304044 | 3 years ago | | | 0 | 0.0028353781 | |
| 13920672 | 3 years ago | | | 0 | 0.0045833461 | |
| 13692420 | 3 years ago | | | 0 | 0.0042418400 | |
| 13671681 | 3 years ago | | | 0 | 0.0070915527 | |
| 13492336 | 3 years ago | | | 0 | 0.0041974890 | |
| 13394222 | 3 years ago | | | 0 | 0.0053035000 | |
| 12930425 | 3 years ago | | | 0 | 0.0010518973 |
ABI
ABI objects
Getter at block 21396864
decimals() view returns (uint256)
18
name() view returns (string)
CRO Decentralized Finance
oldCRO() view returns (address)
0x5bc84e3066448c2b0672304d4ee58ee492d9924e
owner() view returns (address)
0xb9b66e99569235f7c68784812ecdbf0cb22870ee
supply() view returns (uint256)
500000000000000000000000000
symbol() view returns (string)
CRO
totalBurned() view returns (uint256)
0
totalSupplied() view returns (uint256)
470501032403539770408853504
totalSupply() view returns (uint256)
500000000000000000000000000
website() view returns (string)
www.crocryptocoin.com
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnByValue(uint256 _value) returns (bool)
changeName(string _name) returns (bool)
changeWebsite(string _website) returns (bool)
revertBalance(address[] addresses) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferTo(address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _burner, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.