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 "Derpix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18896346 | a year ago | | | 0 | 0.00058386553 | |
| 16957235 | 2 years ago | | | 0 | 0.00071562323 | |
| 16664898 | 2 years ago | | | 0 | 0.0013087143 | |
| 16339206 | 2 years ago | | | 0 | 0.00070567254 | |
| 16120908 | 2 years ago | | | 0 | 0.00057976225 | |
| 16087134 | 2 years ago | | | 0 | 0.00052793230 | |
| 15910047 | 2 years ago | | | 0 | 0.00048558300 | |
| 15909882 | 2 years ago | | | 0 | 0.00072075867 | |
| 15893110 | 2 years ago | | | 0 | 0.00066095685 | |
| 15882668 | 2 years ago | | | 0 | 0.00054473158 |
ABI
ABI objects
Getter at block 21322823
ERC712_VERSION() view returns (string)
1
_contractURI() view returns (string)
baseTokenURI() view returns (string)
ipfs://bafybeicmrpbbzzqdhuvi2j727gon5uk2g4htexohyyaq5se4sfgpabwoyi/
contractURI() pure returns (string)
ipfs://bafkreidwy6ogrjxopsesct5uze3gl5ajt3qo4uzz3bxgb3cvx4ctb4b7bm
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xee4c707a9436ed5a1c3d13de7a0d29e0c7e8ac68632a288f1da25e7cb9a46021
isSaleActive() view returns (bool)
true
maxFreePerAcc() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
maxMintPerWallet() view returns (uint256)
100
maxSupply() view returns (uint256)
6666
mintPriceInWei() view returns (uint256)
1000000000000000
name() view returns (string)
Derpix
owner() view returns (address)
0xa885111393d14f616d3fe354bf9475cf7950a7b9
symbol() view returns (string)
DERP
totalSupply() view returns (uint256)
6666
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 id) view returns (string)
State-modifying
Events airdrop(uint256[] tokenIds, address[] recipients)
approve(address to, uint256 tokenId)
batchMint(uint256 amount)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(uint256 amount) payable
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setFreePerWallet(uint256 amount)
setPublicSale(bool toggle)
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 _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.