Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Xanalia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14961495 | 2 years ago | | | 0 | 0.0014659852 | |
| 14920378 | 2 years ago | | | 0 | 0.0013391901 | |
| 14879125 | 2 years ago | | | 0 | 0.0025178609 | |
| 14815918 | 2 years ago | | | 0 | 0.0010033053 | |
| 14747787 | 3 years ago | | | 0 | 0.0025050576 | |
| 14740538 | 3 years ago | | | 0 | 0.00085280822 | |
| 14710623 | 3 years ago | | | 0 | 0.0017596338 | |
| 14691515 | 3 years ago | | | 0 | 0.0019271312 | |
| 14671475 | 3 years ago | | | 0 | 0.0014549367 | |
| 14522969 | 3 years ago | | | 0 | 0.0030257692 |
ABI
ABI objects
Getter at block 21229336
adminAddress() view returns (address)
0x034a81a268af3feb1f2cbe4a9fd4f2466befad02
allTokens() view returns (uint256[])
[1, 2, 3, 4]
name() view returns (string)
Xanalia
onSell() view returns (uint256[])
[]
symbol() view returns (string)
Alia
totalSupply() view returns (uint256)
4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
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 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events MinterRoleInit()
addMinter(address account)
allowAddress(address allow)
approve(address to, uint256 tokenId)
mintWithTokenURI(address to, string tokenURI) returns (uint256)
removeAddress(address remove)
renounceMinter()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferFromAdmin(address owner, address to, uint256 tokenId)
updateTokenURI(uint256 tokenIdT, string uriT)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintWithTokenURI(string action, address indexed from, address to, string tokenURI, uint256 token)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.