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 |
---|---|---|---|---|---|
$KING | ERC-20 | 0.553038 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RoundTable"
ABI
ABI objects
Getter at block 21388416
decimals() view returns (uint8)
18
king() view returns (address)
0x5a731151d6510eb475cc7a0072200cffc9a3bfe5
name() view returns (string)
RoundTable
symbol() view returns (string)
xKING
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _king)
This contract contains no fallback and receive objects.
This contract contains no error objects.