AzurRoot
Verified contract
Active on
Ethereum with 4,021 txns
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 |
---|---|---|---|---|---|
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- | |
BOOK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194675 | 3 days ago | | | 0 | 0.0013428278 | |
| 21189763 | 4 days ago | | | 0 | 0.00098140697 | |
| 21146822 | 10 days ago | | | 0 | 0.00033846053 | |
| 20843822 | 2 months ago | | | 0 | 0.0025985781 | |
| 20842143 | 2 months ago | | | 0 | 0.0014342792 | |
| 20834697 | 2 months ago | | | 0 | 0.00092921228 | |
| 20743930 | 2 months ago | | | 0 | 0.00065863444 | |
| 20741978 | 2 months ago | | | 0 | 0.00017890017 | |
| 20709820 | 2 months ago | | | 0 | 0.00026313941 | |
| 20702454 | 2 months ago | | | 0 | 0.000059479000 |
ABI
ABI objects
Getter at block 21215038
BOOK() view returns (address)
0xba627f3d081cc97ac0edc40591eda7053ac63532
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI() view returns (string)
https://metadata.azurbala.com/azurRoot/json/
burnOpen() view returns (bool)
false
delegationRegistry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
metadataOwner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
mintingOwner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
name() view returns (string)
Azur Root
owner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
royaltyOwner() view returns (address)
0x5e5dac73f4840d7dd97349199900cfb3e42eec25
symbol() view returns (string)
ROOT
totalSupply() view returns (uint256)
9673
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)
burn(uint256 id)
burnBooks(uint256[] tokenIds)
burnRoots(address azurians, uint256[] rootIds)
claimFunds(address recipient)
deleteDefaultRoyalty()
ownerMint(address[] recipients)
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)
setBurnOpen(bool _burnOpen)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMetadataOwner(address _metadataOwner)
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)
Mint(address indexed owner, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _book)
This contract contains no fallback and receive objects.
AccessControl()
BurnAuthentication()
FailedToSendEther(address sender, address recipient)
MintNotOpen()
MismatchedArrays()
OperatorNotAllowed(address operator)