League of Kingdoms LAND
Verified contract
Active on
Ethereum with 5,000 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOKA | ERC-20 | 11 | $0.20643 |
$2.27 | |
USDC | ERC-20 | 0.037 | $1.00 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157329 | 5 hours ago | | | 0 | 0.00072915493 | |
| 21157240 | 5 hours ago | | | 0 | 0.00094184848 | |
| 21155400 | 11 hours ago | | | 0 | 0.00077756051 | |
| 21155099 | 12 hours ago | | | 0 | 0.0016309021 | |
| 21142714 | 2 days ago | | | 0 | 0.00055577443 | |
| 21140536 | 3 days ago | | | 0 | 0.00044347296 | |
| 21138275 | 3 days ago | | | 0 | 0.00088329620 | |
| 21138189 | 3 days ago | | | 0 | 0.0024678720 | |
| 21136541 | 3 days ago | | | 0 | 0.0025943071 | |
| 21136180 | 3 days ago | | | 0 | 0.0015839248 |
ABI
ABI objects
Getter at block 21158696 allTokens() view returns (uint256[])
baseUri() view returns (string)
https://lok-nft.leagueofkingdoms.com/api/land/
isMinter() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
League of Kingdoms LAND
owner() view returns (address)
0x343bcbfaefea40f2d395016c335ccc7b91c000d8
proxyRegistry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
LOKL
totalSupply() view returns (uint256)
7986
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokens(uint256 start, uint256 end) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownedTokens(address owner) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _id) view returns (string)
uri(uint256 _id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string uri)
setOwnership(address key, uint256 level)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipChanged(address indexed owner, uint256 level)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address proxy, string uri, string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.