MetaPunks
Verified contract
Active on
Ethereum with 656 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 "MetaPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20363810 | 4 months ago | | | 0 | 0.00027916156 | |
| 18353889 | a year ago | | | 0 | 0.00024726367 | |
| 18353592 | a year ago | | | 0 | 0.00024733835 | |
| 18349433 | a year ago | | | 0 | 0.00033875058 | |
| 18349426 | a year ago | | | 0 | 0.00038571133 | |
| 18349426 | a year ago | | | 0 | 0.00038571133 | |
| 18349419 | a year ago | | | 0 | 0.00038342558 | |
| 18343723 | a year ago | | | 0 | 0.00030381789 | |
| 18338021 | a year ago | | | 0 | 0.00035507697 | |
| 18338014 | a year ago | | | 0 | 0.00033820386 |
ABI
ABI objects
Getter at block 21316287
baseURI() view returns (string)
ipfs://QmSrHxYARoj1NQJB16xtc1vUqQWWkJyFP4nwwtLJiTxQ8m/
freeMintCounter() view returns (uint256)
464
maxFree() view returns (uint256)
1
maxFreeMint() view returns (uint256)
879
maxPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
879
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
MetaPunks
owner() view returns (address)
0xca91228f412456d86b2095ff64ec176afc86bc38
sale() view returns (bool)
true
symbol() view returns (string)
MP
totalSupply() view returns (uint256)
879
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFreeAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address _receiver, uint256 _amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
renounceOwnership()
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 _newBaseTokenURI)
setMaxFree(uint256 _maxFree)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxPerTx(uint256 _maxPerTx)
setPrice(uint256 _mintPrice)
setSupply(uint256 _maxSupply)
toggleSale()
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()
FreeLimitReached()
InsufficientFunds()
MaxPerTxReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()