This contract is being backfilled. You may encounter incomplete storage history.

CANDY

Verified contract

Active on Ethereum with 1,178 txns
Deployed by via 0x2189a0ba at 18967625
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CANDY"

0x3e49b8e1335473633445b9821811758ef8f61bfad47682a124d7290ba6ca4f81
0x20c8c4cfb952e78aef67e3d20c7257ffd09567df9577d957120dc53ce247c981
0xb66555ddf621ac641cf6bfc34ef717bfc2340aa03e37781f0a606ccc717b1193
0xbc73892366f7daf5f0435a5b5c0be21c4785605b92c2834bce35b8f742570200
0x1b2fe09f1a210328b7421d304ef4b4fbdc1b05df3326d4426aae7fffdf2d95ce
0xdc5ff1c98f5a7895d68a98da20c2520ce0e905aac7c428c68c4874bf3dfa5370
0x4364d1fbbe6a6d93a1876bc5c994ac5d48a830050e44e4e73da57f8d5c0e88f5
0xdad8c1f7f4d57b013e9484287e2873765464e12c0ffc2cb828f2ffcf2e5869cf
0xffc9abf1c50b86333f5423cfacaa11489c1c00067e4396758b586c817a8756da
0x6106d04fd46658a98048074b10f3e0a5a62bca2eb0845110351c35bdfb4170b2

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
mint(address accountuint256 amount
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 cap
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20ExceededCap(uint256 increasedSupplyuint256 cap
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidCap(uint256 cap
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender