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 |
---|---|---|---|---|---|
KSA | ERC-20 | 4.89998K | -- | -- | |
NKCM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188296 | 14 days ago | | | 0 | 0.00069610667 | |
| 17036218 | 2 years ago | | | 0 | 0.00058760506 | |
| 15501402 | 2 years ago | | | 0 | 0.00063993800 | |
| 14513420 | 3 years ago | | | 0 | 0.0015764061 | |
| 13486584 | 3 years ago | | | 0 | 0.0030245347 | |
| 12651104 | 3 years ago | | | 0 | 0.00059651840 | |
| 12490005 | 4 years ago | | | 0 | 0.0030538974 | |
| 12455396 | 4 years ago | | | 0 | 0.0016974920 | |
| 12450791 | 4 years ago | | | 0 | 0.0019379850 | |
| 12446372 | 4 years ago | | | 0 | 0.0033134733 |
ABI
ABI objects
Getter at block 21286258
decimals() view returns (uint8)
18
name() view returns (string)
wKSA
owner() view returns (address)
0x523fcf4aa05dc4f80598dec4dc39f2cc6df11ce8
symbol() view returns (string)
wKSA
totalSupply() view returns (uint256)
11654142933333333332642
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackAccounts(address) view returns (bool)
minters(address) view returns (bool)
State-modifying
Events addBlackAccount(address _account)
addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeBlockAccount(address _account)
removeMinter(address _minter)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.