League of Kingdoms Arena
Verified contract
Active on
Ethereum with 63,275 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($240.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOKA | ERC-20 | 1.174835K | $0.204714 |
$240.51 | |
HQG | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157136 | 41 minutes ago | | | 0 | 0.00052521258 | |
| 21157124 | 44 minutes ago | | | 0 | 0.00090595867 | |
| 21156931 | an hour ago | | | 0 | 0.00036568158 | |
| 21156857 | 2 hours ago | | | 0 | 0.00037405989 | |
| 21156840 | 2 hours ago | | | 0 | 0.00070653883 | |
| 21156822 | 2 hours ago | | | 0 | 0.00069428890 | |
| 21156539 | 3 hours ago | | | 0 | 0.00035170290 | |
| 21156391 | 3 hours ago | | | 0 | 0.00059812446 | |
| 21155940 | 5 hours ago | | | 0 | 0.00053036590 | |
| 21155697 | 6 hours ago | | | 0 | 0.00045680245 |
ABI
ABI objects
Getter at block 21157339
cap() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
League of Kingdoms Arena
owner() view returns (address)
0xd365fae2ae5a516d014747f4a67d2ed5b3fa7b09
symbol() view returns (string)
LOKA
totalSupply() view returns (uint256)
216211641237454545454545430
Read-only
allocateOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events allocate(address addr, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address addr, uint256 amount)
renounceOwnership()
retain(address addr, uint256 amount, uint256 strtd, uint256 trm, uint256 tms)
take(address addr, uint256 amount)
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)
Mint(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.