Infinite
Verified contract
Active on
Ethereum with 11,329 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 "Infinite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264487 | 2 days ago | | | 0 | 0.00069708240 | |
| 21262416 | 2 days ago | | | 0 | 0.00033110843 | |
| 21262399 | 2 days ago | | | 0 | 0.00036577577 | |
| 21261554 | 2 days ago | | | 0 | 0.00034825563 | |
| 21261553 | 2 days ago | | | 0 | 0.00036140164 | |
| 20670736 | 3 months ago | | | 0 | 0.00018904084 | |
| 20667259 | 3 months ago | | | 0 | 0.000063162060 | |
| 20583170 | 3 months ago | | | 0 | 0.000021829500 | |
| 20582957 | 3 months ago | | | 0 | 0.000021829500 | |
| 20351097 | 4 months ago | | | 0 | 0.000059099606 |
ABI
ABI objects
Getter at block 21279090
MAX_SUPPLY() view returns (uint256)
5000
baseUrl() view returns (string)
ipfs://QmfBTpv59ghSNRQaTKiPciBez1MjnwxMXPz9DPWxBioNK8/
name() view returns (string)
Infinite
owner() view returns (address)
0x39469f337fab3d9e7d13b47cb0ab1dc5705a13f0
symbol() view returns (string)
INFINITE
totalClaimed() view returns (uint256)
5000
totalSupply() view returns (uint256)
3086
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
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 approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenids)
burn(uint256 tokenId, uint8 v, bytes32 r, bytes32 s)
claim()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string url)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, address signer_, string _baseUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
HadClaimed()
InvalidSignarure()
MintToZeroAddress()
MintZeroQuantity()
OutofMaxSupply()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()