KanadeCoin
Verified contract
Active on
Ethereum with 29,324 txns
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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
KNDC | ERC-20 | 1.370201M | -- | -- | |
GUKO | ERC-20 | 1M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ASC | ERC-20 | 250 | -- | -- | |
NFC | ERC-20 | 55 | -- | -- | |
MGC | ERC-20 | 2 | -- | -- | |
BRAT | ERC-20 | 1.000008 | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052748 | 16 days ago | | | 0 | 0.00018469995 | |
| 21052739 | 16 days ago | | | 0 | 0.00013750677 | |
| 21035878 | 18 days ago | | | 0 | 0.00024320483 | |
| 21017263 | 20 days ago | | | 0 | 0.00027078420 | |
| 21017253 | 20 days ago | | | 0 | 0.00014200890 | |
| 21017228 | 20 days ago | | | 0 | 0.00023453583 | |
| 20659414 | 2 months ago | | | 0 | 0.000077363906 | |
| 20656258 | 2 months ago | | | 0 | 0.00012135107 | |
| 20395699 | 3 months ago | | | 0 | 0.000078363318 | |
| 20315730 | 4 months ago | | | 0 | 0.00022022163 |
ABI
ABI objects
Getter at block 21163840
addrAirDrop() view returns (address)
0xd6a4ce07f18619ec73f91ccdbefcce53f048ae05
addrBounty() view returns (address)
0x3ccdb82f43eef681a39ae854be37ad1c40446f0d
addrDevTeam() view returns (address)
0x4d85fcf252c02fa849258f16c5464af529ebfa5f
addrDistribution() view returns (address)
0x9d6fb734a716306a9575e3ce971ab8839edcedf3
addrLockUp() view returns (address)
0x0101010101010101010101010101010101010101
atto() view returns (uint256)
100000000
contractStartTime() view returns (uint256)
1525020415
decimals() view returns (uint256)
8
lockupSeconds() view returns (uint64)
94608000
name() view returns (string)
KanadeCoin
owner() view returns (address)
0x4d85fcf252c02fa849258f16c5464af529ebfa5f
symbol() view returns (string)
KNDC
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getQuestion(string _id_max32) view returns (uint256[4])
getQuestionVote(string _id_max32, uint256 _position) view returns (uint256[4])
getQuestionVotesAllCount(string _id_max32) view returns (uint256)
getRandomBox(string _id_max32) view returns (uint256[5])
getRandomItems(address _addrss, string _id_max32) view returns (uint256[])
getSaveData(address _address) view returns (string)
State-modifying
Events airDrop(address[] _recipients, uint256[] _values) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
createQuestion(string _id_max32, address _recipient, uint128 _finish, uint256 _under)
createRandomBox(string _id_max32, address _recipient, uint64 _volume, uint256 _amount, uint128 _finish)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
drawRandomItem(string _id_max32, uint256 _count)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initializeContract()
putSaveData(string _text)
rain(address[] _recipients, uint256[] _values) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unLockup()
vote(string _id_max32, uint128 _number, uint256 _amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.