Candy Token
Verified contract
Active on
Ethereum with 94 txns
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 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10192538 | 4 years ago | | | 0 | 0.00058155870 | |
| 10191558 | 4 years ago | | | 0 | 0.00049152664 | |
| 8943643 | 5 years ago | | | 0 | 0.00037933000 | |
| 8591063 | 5 years ago | | | 0 | 0.00055192800 | |
| 8334195 | 5 years ago | | | 0 | 0.00020180706 | |
| 8309718 | 5 years ago | | | 0 | 0.00041233500 | |
| 8109018 | 5 years ago | | | 0 | 0.00052933000 | |
| 7405958 | 6 years ago | | | 0 | 0.00013836600 | |
| 7405024 | 6 years ago | | | 0 | 0.00013844194 | |
| 7404666 | 6 years ago | | | 0 | 0.00013759800 |
ABI
ABI objects
Getter at block 21190698
INITIAL_SUPPLY() view returns (uint256)
50000000000000000000000000000
amountRaised() view returns (uint256)
0
buyPrice() view returns (uint256)
250000
crowdsaleClosed() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
Candy Token
owner() view returns (address)
0x8bc54cd205c6c30f6cb5d74373964009e3d57b8f
symbol() view returns (string)
CAC
totalSupply() view returns (uint256)
50000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceLocked(address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getFreeBalances(address _addr) view returns (uint256)
lockAtTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _recipients, uint256[] _values) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableTransfer(bool _enable)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockAddress(address[] _addr)
safeWithdrawal(uint256 _value)
setPrices(bool closebuy, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool)
transferEx(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockAddress(address[] _addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.