Axolotl Dominion
Verified contract
Active on
Ethereum with 2,890 txns
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 "Axolotl Dominion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102026 | a month ago | | | 0 | 0.00033314977 | |
| 21102021 | a month ago | | | 0 | 0.00030649097 | |
| 21043279 | a month ago | | | 0 | 0.00049422728 | |
| 20658379 | 3 months ago | | | 0 | 0.000057971581 | |
| 20558413 | 3 months ago | | | 0 | 0.000040506429 | |
| 20305990 | 5 months ago | | | 0 | 0.00036790211 | |
| 19903526 | 6 months ago | | | 0 | 0.00016225571 | |
| 19637121 | 8 months ago | | | 0 | 0.00066892896 | |
| 19309135 | 9 months ago | | | 0 | 0.00091799325 | |
| 19309128 | 9 months ago | | | 0 | 0.0011979815 |
ABI
ABI objects
Getter at block 21322694
MAX_PER_TX_FREE() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
5555
MintingLive() view returns (bool)
true
PAID_Mint_LIMIT() view returns (uint256)
15
PAID_Mint_PRICE() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmcV5Gg7Sgwyz8yHqvBnEAmocrnre3HP16vBbWu6Q3QKLA/
free_max_supply() view returns (uint256)
4444
name() view returns (string)
Axolotl Dominion
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x6969b4879c969c71450028a72c75674d5b0c8df3
symbol() view returns (string)
axo
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events MINT(uint256 qty) payable
airdrop(address addr, uint256 amount)
approve(address operator, uint256 tokenId) payable
collectreserves()
configPAID_Mint_PRICE(uint256 newPAID_Mint_PRICE)
configfree_max_supply(uint256 newfree_max_supply)
paused()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
MintingNotLive()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PaidMintLimitReached()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()