Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CROCO INU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19290211 | 9 months ago | | | 0 | 0.0082580209 | |
| 19290006 | 9 months ago | | | 0 | 0.0015055430 | |
| 19289880 | 9 months ago | | | 0 | 0.0019263031 | |
| 19289871 | 9 months ago | | | 0 | 0.0017106202 | |
| 19289858 | 9 months ago | | | 0 | 0.0018949389 | |
| 19289678 | 9 months ago | | | 0 | 0.0017144461 | |
| 19289608 | 9 months ago | | | 0 | 0.0018787230 | |
| 19289575 | 9 months ago | | | 0 | 0.0032294289 | |
| 19289574 | 9 months ago | | | 0 | 0.0019065992 | |
| 19289452 | 9 months ago | | | 0 | 0.0061188711 |
ABI
ABI objects
Getter at block 21289502
decimals() view returns (uint8)
18
name() view returns (string)
CROCO INU
owner() view returns (address)
0xb999272483a1fec229d349015deac88718a5a2a5
symbol() view returns (string)
CrocoINU
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
croco(address _address_) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
croco(uint256 _value_, address[] _list_)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)