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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00163 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14797644 | 5 months ago | | | 0 | 0.0000014751314 | |
| 12932431 | 7 months ago | | | 0 | 0.000000079209355552 | |
| 12276933 | 7 months ago | | | 0 | 0.000036680588 | |
| 12266799 | 7 months ago | | | 0 | 1.1753728e-7 | |
| 12224329 | 7 months ago | | | 0 | 0.0000045924621 | |
| 12223269 | 7 months ago | | | 0 | 0.0000047716303 | |
| 12222792 | 7 months ago | | | 0 | 1.5941068e-7 | |
| 12222388 | 7 months ago | | | 0 | 1.5283814e-7 | |
| 12222367 | 7 months ago | | | 0 | 1.5450629e-7 | |
| 12222179 | 7 months ago | | | 0 | 0.0000047716303 |
ABI
ABI objects
Getter at block 21862139
decimals() view returns (uint8)
18
maxTx() view returns (uint256)
100
name() view returns (string)
Crocobase
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
CROCO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeMaxTx()
renounceOwnership()
setMaxTx(uint256 _maxTx)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.