infinity gnomes
Verified contract
Active on
Ethereum with 1,689 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 "infinity gnomes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560146 | 3 months ago | | | 0 | 0.000054029240 | |
| 17454163 | a year ago | | | 0 | 0.00041202024 | |
| 17454163 | a year ago | | | 0 | 0.00072420432 | |
| 16275770 | 2 years ago | | | 0 | 0.00056656694 | |
| 16028625 | 2 years ago | | | 0 | 0.00052612504 | |
| 15588054 | 2 years ago | | | 0 | 0.00045011989 | |
| 15558665 | 2 years ago | | | 0 | 0.00035455569 | |
| 15458747 | 2 years ago | | | 0 | 0.00037056549 | |
| 15417501 | 2 years ago | | | 0 | 0.00069384556 | |
| 15403425 | 2 years ago | | | 0 | 0.00070013751 |
ABI
ABI objects
Getter at block 21210251
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQXHdCGQBKu6TnB2JNy8cYUgNnyKjXFgZceRTcjtmEkZv/
maxPerWallet() view returns (uint256)
6
merkleRoot() view returns (bytes32)
0x37ee9f0d2c404a59c69cb5b00fa14d20228b3a76c59e06b621a5a461b93b3d1a
name() view returns (string)
infinity gnomes
owner() view returns (address)
0x00000813a9204b0b252003d8c9f90da9d9cf1f9e
presaleMaxPerWallet() view returns (uint256)
6
presalePrice() view returns (uint256)
15000000000000000
presaleSupply() view returns (uint256)
6666
price() view returns (uint256)
0
saleState() view returns (uint8)
1
supply() view returns (uint256)
6666
symbol() view returns (string)
igno
totalSupply() view returns (uint256)
6666
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPerWalletMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()