MalevichPunks
Verified contract
Active on
Ethereum with 11,646 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 "MalevichPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137978 | 16 days ago | | | 0 | 0.00098462680 | |
| 20694918 | 3 months ago | | | 0 | 0.00021235200 | |
| 20694917 | 3 months ago | | | 0 | 0.00013800101 | |
| 20463968 | 4 months ago | | | 0 | 0.00052947749 | |
| 20414502 | 4 months ago | | | 0 | 0.00015295893 | |
| 20023293 | 6 months ago | | | 0 | 0.00028466767 | |
| 19720151 | 7 months ago | | | 0 | 0.00084078901 | |
| 19412149 | 8 months ago | | | 0 | 0.0037123360 | |
| 19256142 | 9 months ago | | | 0 | 0.0011474887 | |
| 19197831 | 9 months ago | | | 0 | 0.0020668128 |
ABI
ABI objects
Getter at block 21255860
ERC712_VERSION() view returns (string)
1
auctionStart() view returns (uint256)
1634416159
baseTokenURI() pure returns (string)
ipfs://QmSXBPcVAbnkczZYpQxk77N6ztDF69jmt1SVhWbf7R5ZSJ/
currencyPunks() view returns (address)
0xe433e90c5b898819544346e73a501d9e8013dbd8
epoch() view returns (uint256)
1634214593
fundAddress() view returns (address)
0xc3e6911c2769ddff74a4e1b7ac859985fe415c73
getDomainSeparator() view returns (bytes32)
0x636cba14ebc68e0460aa96bb09001010cc11f747fb510724ef673cb667367eda
mintPrice() view returns (uint256)
0
mintStage() view returns (uint8)
6
name() view returns (string)
MalevichPunks
owner() view returns (address)
0x951d038ebe709fa89440b6569982c34add1c1211
permitter() view returns (address)
0x4f8ee9341181f410bdfb25dc829031cddf8e0e11
symbol() view returns (string)
MAPU
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint() payable
mintLucky(address lucky, uint256 nonce, bytes32 r, bytes32 s, uint8 v)
nextMintStage()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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(address currencyPunks_, address permitter_, address fundAddress_, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.