Matrix Punks
Verified contract
Active on
Ethereum with 1,879 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 "Matrix Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998899 | a month ago | | | 0 | 0.00042085324 | |
| 20746749 | 2 months ago | | | 0 | 0.00010305886 | |
| 20746743 | 2 months ago | | | 0 | 0.00014250668 | |
| 20646460 | 3 months ago | | | 0 | 0.000014823197 | |
| 20094190 | 5 months ago | | | 0 | 0.00013912701 | |
| 20074846 | 5 months ago | | | 0 | 0.00043382549 | |
| 20049360 | 5 months ago | | | 0 | 0.00018208755 | |
| 20033475 | 5 months ago | | | 0 | 0.00051742481 | |
| 19872382 | 6 months ago | | | 0 | 0.00016277199 | |
| 19814660 | 6 months ago | | | 0 | 0.00018336698 |
ABI
ABI objects
Getter at block 21218804
ROYALITY__ADDRESS() view returns (address)
0x4f82b0d267cafb3becc08e7c2d6e794c52fd107d
ROYALITY__VALUE() view returns (uint96)
550
baseURI() view returns (string)
ipfs://bafybeifnq4tttlezifhkjkuangb3nqeqf6zshfimohtcuoa2vj36wl24m4/
maxSupply() view returns (uint256)
2222
name() view returns (string)
Matrix Punks
owner() view returns (address)
0x4f82b0d267cafb3becc08e7c2d6e794c52fd107d
paused() view returns (bool)
false
publicMintPerTx() view returns (uint256)
30
publicPrice() view returns (uint256)
3900000000000000
symbol() view returns (string)
MP
totalSupply() view returns (uint256)
2222
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)
publicClaimed(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDrop(uint256 quantity, address _address)
airDropBatch(address[] _addresses)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newPublicCost)
setMaxPublic(uint256 _newMaxPublic)
setMaxSupply(uint256 _amount)
setPaused(bool _state)
setRoyalties(address receiver, uint96 royaltyFraction)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()