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 |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790217 | 3 years ago | | | 0 | 0.0023419411 | |
| 12541083 | 3 years ago | | | 0 | 0.00081902344 | |
| 9053400 | 5 years ago | | | 0 | 0.000032819556 | |
| 9053370 | 5 years ago | | | 0 | 0.00022539000 | |
| 9042427 | 5 years ago | | | 0 | 0.00011237500 | |
| 9027103 | 5 years ago | | | 0 | 0.000029217500 | |
| 9013540 | 5 years ago | | | 0 | 0.000040729700 | |
| 8682296 | 5 years ago | | | 0 | 0.0018914040 | |
| 8682295 | 5 years ago | | | 0 | 0.000037539000 | |
| 8559885 | 5 years ago | | | 0 | 0.00075078000 |
ABI
ABI objects
Getter at block 21259691
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
KUYC
owner() view returns (address)
0x53a3fca8a5e019db83f3a4a8bff3513f74e8bc81
symbol() view returns (string)
KUYC
totalSupply() view returns (uint256)
205000000000000000000000000
transfersEnabledFlag() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _addr)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteMinter(address _addr)
enableTransfers()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.