Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
19 additional
variables
Balances ($0.00)
No balances found for "IRL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255076 | a day ago | | | 0 | 0.00049863185 | |
| 21255072 | a day ago | | | 0 | 0.00047362206 | |
| 21215660 | 7 days ago | | | 0 | 0.00054569804 | |
| 21215628 | 7 days ago | | | 0 | 0.00052293974 | |
| 20970020 | a month ago | | | 0 | 0.00076305561 | |
| 20969963 | a month ago | | | 0 | 0.00085090660 | |
| 20860719 | 2 months ago | | | 0 | 0.00048256720 | |
| 20847304 | 2 months ago | | | 0 | 0.00021244358 | |
| 20845336 | 2 months ago | | | 0 | 0.00022422639 | |
| 20737184 | 2 months ago | | | 0 | 0.00020794144 |
ABI
ABI objects
Getter at block 21262507
ERC712_VERSION() view returns (string)
1
contractURI() pure returns (string)
https://irl-infinites.s3.us-east-2.amazonaws.com/json/irl.json
currentMintFeesForNonInfiniteOwner() view returns (uint256)
250000000000000000
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xa08532d51dd3b319c05ab75ef82d181d5c620217eedf5253c6d59d5c07447bab
isInfinteOwnerMintEnabled() view returns (bool)
true
isNonInfinteOwnerMintEnabled() view returns (bool)
true
name() view returns (string)
IRL
numInfinteOwnerMints() view returns (uint256)
481
numNonInfinteOwnerMints() view returns (uint256)
512
owner() view returns (address)
0x91fdc1fcfe9a0e1cd8fd3654a82809c6df0061ca
symbol() view returns (string)
IRL
totalSupply() view returns (uint256)
993
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIRLData(uint256 serialId) view returns (string)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
isInfiniteAvailableToMintIRL(uint256 _infiniteId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
forcefullyStartInfiniteOwnerMints()
mintInfiniteOwner(uint256 _infiniteId) payable returns (uint256)
mintNonInfiniteOwner() payable returns (uint256)
openInfiniteMintsForAll(uint256 timestamp)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxIRLBaseCount(uint256 _maxIRLBaseCount)
setMintStartTimestamp(uint256 timestamp)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _proxyRegistryAddress, address _infinites, uint256 _mintStartTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.