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 "Azurian"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158409 | 9 days ago | | | 0 | 0.00088765388 | |
| 20996169 | a month ago | | | 0 | 0.00055038533 | |
| 20968729 | a month ago | | | 0 | 0.00048217685 | |
| 20968728 | a month ago | | | 0 | 0.00071966676 | |
| 20936066 | a month ago | | | 0 | 0.0012378689 | |
| 20858794 | 2 months ago | | | 0 | 0.00047052090 | |
| 20815438 | 2 months ago | | | 0 | 0.00093560188 | |
| 20801332 | 2 months ago | | | 0 | 0.00049268110 | |
| 20686284 | 2 months ago | | | 0 | 0.00021574272 | |
| 20671032 | 3 months ago | | | 0 | 0.00024542812 |
ABI
ABI objects
Getter at block 21225122
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
ROOT() view returns (address)
0x0025c3abfa72e7c509ad458b50982835404a1d6c
baseTokenURI() view returns (string)
https://metadata.azurbala.com/azurian/json/
metadataOwner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
mintOpen() view returns (bool)
true
mintingOwner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
name() view returns (string)
Azurian
owner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
royaltyOwner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
symbol() view returns (string)
AZUR
totalSupply() view returns (uint256)
5464
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burnRootAndMint(uint256[] rootIds)
deleteDefaultRoyalty()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMetadataOwner(address _metadataOwner)
setMintOpen(bool _mintOpen)
setMintingOwner(address _mintingOwner)
setRoyaltyOwner(address _royaltyOwner)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _root)
This contract contains no fallback and receive objects.
AccessControl()
MintNotOpen()
OperatorNotAllowed(address operator)
TokenDoesNotExist()