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 "CANDY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162697 | 7 days ago | | | 0 | 0.00034762608 | |
| 21146060 | 9 days ago | | | 0 | 0.00030604327 | |
| 21118991 | 13 days ago | | | 0 | 0.00022234845 | |
| 21101340 | 16 days ago | | | 0 | 0.00037562130 | |
| 21073364 | 20 days ago | | | 0 | 0.00048824402 | |
| 21073364 | 20 days ago | | | 0 | 0.00084301292 | |
| 21073325 | 20 days ago | | | 0 | 0.00044329505 | |
| 21073323 | 20 days ago | | | 0 | 0.00049571987 | |
| 21073322 | 20 days ago | | | 0 | 0.00038189409 | |
| 21073298 | 20 days ago | | | 0 | 0.00040479582 |
ABI
ABI objects
Getter at block 21213529
cap() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CANDY
ownership() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CANDY
totalSupply() view returns (uint256)
3843683000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
mint(address account, uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 cap)
This contract contains no fallback and receive objects.
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)