Artropods
Verified contract
Active on
Ethereum with 661 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 "Artropods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18923991 | 10 months ago | | | 0 | 0.00093033370 | |
| 18889339 | 10 months ago | | | 0 | 0.0012928874 | |
| 18731185 | a year ago | | | 0 | 0.0022545295 | |
| 17095574 | 2 years ago | | | 0 | 0.0021663983 | |
| 17068878 | 2 years ago | | | 0 | 0.0013699646 | |
| 17067091 | 2 years ago | | | 0 | 0.0026425482 | |
| 17055487 | 2 years ago | | | 0 | 0.0013677971 | |
| 17013318 | 2 years ago | | | 0 | 0.0011507446 | |
| 17013312 | 2 years ago | | | 0 | 0.0011301681 | |
| 17010712 | 2 years ago | | | 0 | 0.0012722584 |
ABI
ABI objects
Getter at block 21158617
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://ipfs.moralis.io:2053/ipfs/QmP4AGqRWcEr9s6NwoGh64VJTMVjEUKG7vxhwH8m2JwGUb/metadata/
getRefundGuaranteeEndTime() view returns (uint256)
1670425055
isRefundGuaranteeActive() view returns (bool)
false
isRevealed() view returns (bool)
true
maxMintSupply() view returns (uint256)
2662
maxUserMintAmount() view returns (uint256)
3
mintPrice() view returns (uint256)
22000000000000000
name() view returns (string)
Artropods
owner() view returns (address)
0xe2e10736ef2137b53074e9d7439b3bf31d402dbd
presaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
true
refundAddress() view returns (address)
0xe2e10736ef2137b53074e9d7439b3bf31d402dbd
refundAmount() view returns (uint256)
20900000000000000
refundEndTime() view returns (uint256)
1670425055
refundPeriod() view returns (uint256)
86400
symbol() view returns (string)
ARTP
totalSupply() view returns (uint256)
601
unrevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmbCFpvAvxDRFM3Z6ZmkA4ThMBxYDRhJ3xn4LeNasnANFW
wlSigner() view returns (address)
0xd9cc9eae139be46d3309e33577076a9344afa324
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasRefunded(uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
changeMaxSupply(uint256 _supply)
ownerMint(address to, uint256 amount)
preSaleMint(uint256 amount, bytes sig) payable
publicSaleMint(uint256 amount) payable
refund(uint256[] tokenIds)
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)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setRefundAddress(address _refundAddress)
setUnrevealedUri(string uri)
setWlSigner(address _wlSigner)
togglePresaleStatus()
togglePublicSaleStatus()
toggleRefundCountdown()
toggleReveal()
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(address _wlSigner, address _receiver, uint96 _feeNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()