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 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
IDOL | ERC-20 | 11.5K | -- | -- | |
YUKI | ERC-20 | 10K | -- | -- | |
CMIT | ERC-20 | 10K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ETHMNY | ERC-20 | 2K | -- | -- | |
BRAT | ERC-20 | 1.000008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20956429 | a month ago | | | 0 | 0.00046400592 | |
| 19924186 | 6 months ago | | | 0 | 0.00040982647 | |
| 19694439 | 7 months ago | | | 0 | 0.00048880727 | |
| 18739845 | a year ago | | | 0 | 0.0020101192 | |
| 16302610 | 2 years ago | | | 0 | 0.0017953380 | |
| 16045132 | 2 years ago | | | 0 | 0.00074252644 | |
| 16045035 | 2 years ago | | | 0 | 0.00072542044 | |
| 15828499 | 2 years ago | | | 0 | 0.00034790220 | |
| 14835711 | 3 years ago | | | 0 | 0.0031744860 | |
| 13797268 | 3 years ago | | | 0 | 0.0031811475 |
ABI
ABI objects
Getter at block 21284596
canRenounce() view returns (bool)
false
codeSize() view returns (uint256)
0
decimals() view returns (uint8 _decimals)
8
developmentFunds() view returns (address)
0x52f018dc3dd621c8b2d649ac0e22e271a0de049e
incentiveForHolder() view returns (address)
0x0908e3df5ed1e67d2aaf38401d4826b2879e8f4b
initialMarketSales() view returns (address)
0x1b879912446d844fb5915bf4f773f0db9cd16adb
marketingFunds() view returns (address)
0x6771a091c97c79a52c8dd5d98a59c5d3b27f99aa
mintingFinished() view returns (bool)
false
name() view returns (string _name)
YUKI
organization() view returns (address)
0xd90e1f987252b8ea71ac1cf14465fe9a3803267f
owner() view returns (address)
0x4d5fe7abc26c982692aabb2ffd69667d4c913ea2
paused() view returns (bool)
false
symbol() view returns (string _symbol)
YUKI
totalSupply() view returns (uint256 _totalSupply)
2000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
authorities(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
cannotReceive(address) view returns (bool)
cannotReceiveUntil(address) view returns (uint256)
cannotSend(address) view returns (bool)
cannotSendUntil(address) view returns (uint256)
tokenFallback(address from_, uint256 value_, bytes data_) pure
State-modifying
Events addAuthority(address _authority)
approve(address _spender, uint256 _value) returns (bool success)
batchTransfer(address[] addresses, uint256 amount) returns (bool)
batchTransfer(address[] addresses, uint256[] amounts) returns (bool)
burn(address _from, uint256 _unitAmount)
enableRenounceOwnership()
finishMinting() returns (bool)
freezeAccounts(address[] targets, bool _cannotSend, bool _cannotReceive)
lockupAccounts(address[] targets, uint256 _cannotSendUntil, uint256 _cannotReceiveUntil)
mint(address _to, uint256 _unitAmount) returns (bool)
pause()
removeAuthority(address _authority)
setCodeSize(uint256 _codeSize)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromTo(address _from, address _to, uint256 _value) returns (bool)
transferFromTo(address _from, address _to, uint256 _value, bytes _data) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
AuthorityAdded(address indexed authority)
AuthorityRemoved(address indexed authority)
Burn(address indexed from, uint256 amount)
FrozenFunds(address indexed target, bool cannotSend, bool cannotReceive)
LockedFunds(address indexed target, uint256 cannotSendUntil, uint256 cannotReceiveUntil)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
Unpause()
constructor()
fallback()
This contract contains no error objects.