Kuromi Special
Verified contract
Active on
Ethereum with 284 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 |
---|---|---|---|---|---|
KUROMI | ERC-20 | 2.269394M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131369 | 13 days ago | | | 0 | 0.0012561045 | |
| 21111773 | 15 days ago | | | 0 | 0.00023882417 | |
| 21091564 | 18 days ago | | | 0 | 0.00056434067 | |
| 21040856 | 25 days ago | | | 0 | 0.00014707864 | |
| 20961589 | a month ago | | | 0 | 0.00040359627 | |
| 20952255 | a month ago | | | 0 | 0.00026625070 | |
| 20952217 | a month ago | | | 0 | 0.00049033094 | |
| 20952128 | a month ago | | | 0 | 0.00048679418 | |
| 20952005 | a month ago | | | 0 | 0.00054305285 | |
| 20947633 | a month ago | | | 0 | 0.00061499655 |
ABI
ABI objects
Getter at block 21221699
decimals() view returns (uint8)
18
name() view returns (string)
Kuromi Special
owner() view returns (address)
0xef5074a854590445d2c34883423c98b24303a175
presaleTokensTotal() view returns (uint256)
56788888832100000000000000
symbol() view returns (string)
KUROMI
totalContributedETH() view returns (uint256)
5255000000000000000
totalSupply() view returns (uint256)
111111111000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (bool)
contributions(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claim()
closePreSale()
contribute() payable
disableSpiritDemon()
emergencyWithdrawTokens(address tokenAddress)
openClaim()
renounceOwnership()
setPoolAddress(address pool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdraw()
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 dev, address lp)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)