OpepenPunks
Verified contract
Active on
Ethereum with 610 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 "OpepenPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19045005 | 10 months ago | | | 0 | 0.00077317692 | |
| 18398848 | a year ago | | | 0 | 0.00021700034 | |
| 18398836 | a year ago | | | 0 | 0.00036866740 | |
| 17837950 | a year ago | | | 0 | 0.00069078638 | |
| 17810173 | a year ago | | | 0 | 0.00060441033 | |
| 17740869 | a year ago | | | 0 | 0.00049862205 | |
| 17580727 | a year ago | | | 0 | 0.00079810127 | |
| 17570895 | a year ago | | | 0 | 0.0013578658 | |
| 17570886 | a year ago | | | 0 | 0.0013620521 | |
| 17570875 | a year ago | | | 0 | 0.0017075114 |
ABI
ABI objects
Getter at block 21284574
COST() view returns (uint256)
2500000000000000
MAX_SUPPLY() view returns (uint256)
4400
contractURI() view returns (string)
ipfs://QmWFGkfVZsWE1Nyg6LeWw2x7Heh8RUqWhKykNABNNJdveE
name() view returns (string)
OpepenPunks
owner() view returns (address)
0xa412d07ad47234e624cff57ffe0da082e1c7b28f
symbol() view returns (string)
OpepenPunk
totalSupply() view returns (uint256)
4400
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _COST)
setData(string _base)
transferFrom(address from, address to, uint256 tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()