IRL Punks
Verified contract
Active on
Ethereum with 4,303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "IRL Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196611 | a month ago | | | 0 | 0.00099277633 | |
| 21170685 | a month ago | | | 0 | 0.0022256876 | |
| 21123588 | a month ago | | | 0 | 0.00056202575 | |
| 20826623 | 3 months ago | | | 0 | 0.00088132349 | |
| 20826518 | 3 months ago | | | 0 | 0.0014674362 | |
| 20823217 | 3 months ago | | | 0 | 0.0011479034 | |
| 20559774 | 4 months ago | | | 0 | 0.000069958272 | |
| 20550238 | 4 months ago | | | 0 | 0.000063676442 | |
| 20538738 | 4 months ago | | | 0 | 0.000031823606 | |
| 20519758 | 4 months ago | | | 0 | 0.00028231928 |
ABI
ABI objects
Getter at block 21396104
Max_PublicPerTX() view returns (uint256)
20
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
SUPPLY() view returns (uint256)
10000
WLSaleActive() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmT4byNoARQZkKCjeEgFs3ms28SDA9iTz3TifRnyyYcXxg/
costInspect() view returns (uint256)
5500000000000000
costPublicInspect() view returns (uint256)
6900000000000000
freePerWL() view returns (uint256)
1
maxPerWL() view returns (uint256)
5
maxPerWallet() view returns (uint256)
40
name() view returns (string)
IRL Punks
owner() view returns (address)
0x736e4de49afb82f381076336fcf3f3318b27f3a8
price() view returns (uint256)
5500000000000000
publicPrice() view returns (uint256)
6900000000000000
publicsaleActive() view returns (bool)
true
reservedSupply() view returns (uint256)
7
symbol() view returns (string)
IRL
totalFreeMinted() view returns (uint256)
971
totalSupply() view returns (uint256)
10000
totalWLMinted() view returns (uint256)
1830
walletsInWL() view returns (uint256)
0
whitelistMerkleRoot() view returns (bytes32)
0x9d2ddbce988538f6a88c5169a5817470781512abe1e4b0487e84a45a545a9197
Read-only
_WLClaimed(address) view returns (uint256)
_freeMinted(address) view returns (uint256)
_leaf(address account) pure returns (bytes32)
_maxPerWallet(address) view returns (uint256)
_verify(bytes32 leaf, bytes32 root, bytes32[] proof) pure returns (bool)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 count) payable
presaleMint(uint256 count, bytes32[] proof) payable
renounceOwnership()
reservedMint(uint256 count)
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)
setCost(uint256 price_)
setMaxPerWL(uint256 count)
setMax_PublicPerTX(uint256 count)
setMerkleRoot(bytes32 root)
setPublicCost(uint256 publicPrice_)
setPublicSaleActive()
setWLSaleActive()
setWalletsInWL(uint256 count)
setfreePerWL(uint256 count)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()