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 "Agner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19311160 | 9 months ago | | | 0 | 0.00088015579 | |
| 16197038 | 2 years ago | | | 0 | 0.00077020075 | |
| 16196992 | 2 years ago | | | 0 | 0.00075008726 | |
| 16196910 | 2 years ago | | | 0 | 0.0010271286 | |
| 15818063 | 2 years ago | | | 0 | 0.00056888686 | |
| 15682456 | 2 years ago | | | 0 | 0.0015932786 | |
| 15678841 | 2 years ago | | | 0 | 0.0011121024 | |
| 15678787 | 2 years ago | | | 0 | 0.0010279798 | |
| 15677797 | 2 years ago | | | 0 | 0.00026183324 | |
| 15677777 | 2 years ago | | | 0 | 0.00057472132 |
ABI
ABI objects
Getter at block 21222284
MintPrice() view returns (uint256)
3000000000000000
Minting() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmTMtAVJ881VdCWTefj65tFcC4FQRDBDQTcY8yxH6vCwGq/
maxPerTx() view returns (uint256)
30
maxSupply() view returns (uint256)
7000
name() view returns (string)
Agner
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x4e055445f90f17e954fa12438a0f315f4a064cfe
symbol() view returns (string)
Agner
totalSupply() view returns (uint256)
267
Read-only
FreeMintBatch(uint256 qty) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeMintArray(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supplyMintArray(uint256) view returns (uint256)
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)
State-modifying
Events OwnerBatchMint(uint256 qty)
airdrop(address[] listedAirdrop, uint256 qty)
approve(address to, uint256 tokenId)
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxSupply(uint256 maxMint_)
setPrice(uint256 price_)
setPublicMinting()
setfreeMintArray(uint256[] freeMintArray_)
setmaxPerTx(uint256 maxPerTx_)
setsupplyMintArray(uint256[] supplyMintArray_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.