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 "CARROTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20541260 | 3 months ago | | | 0 | 0.00025500889 | |
| 20541244 | 3 months ago | | | 0 | 0.00027139771 | |
| 16243266 | 2 years ago | | | 0 | 0.00051786140 | |
| 16031011 | 2 years ago | | | 0 | 0.00063622650 | |
| 15984154 | 2 years ago | | | 0 | 0.0012724530 | |
| 15585575 | 2 years ago | | | 0 | 0.00035261183 | |
| 15512202 | 2 years ago | | | 0 | 0.00032627000 | |
| 15397865 | 2 years ago | | | 0 | 0.0013671267 | |
| 15372554 | 2 years ago | | | 0 | 0.00024144400 | |
| 15191809 | 2 years ago | | | 0 | 0.00039465306 |
ABI
ABI objects
Getter at block 21169135
decimals() view returns (uint8)
18
name() view returns (string)
CARROTS
owner() view returns (address)
0x2ba123b9b6b431bc498c2f5ae0f3f09fe67a5735
symbol() view returns (string)
CARROTS
totalSupply() view returns (uint256)
10861924000000000000000000
totalTokensBurned() view returns (uint256)
1976656
Read-only
CanBurn(address) view returns (bool)
CanMint(address) view returns (bool)
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(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward(address _to, uint256 totalPayout) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAddressActive(address _ContractAddress, bool _canMint, bool _canBurn)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(address _initContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.