Dippies
Verified contract
Active on
Ethereum with 29,230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIPPIES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242926 | 2 days ago | | | 0 | 0.00021750762 | |
| 21233215 | 4 days ago | | | 0 | 0.00053611850 | |
| 21230760 | 4 days ago | | | 0 | 0.00091822135 | |
| 21217370 | 6 days ago | | | 0 | 0.00085638569 | |
| 21182195 | 11 days ago | | | 0 | 0.0014312305 | |
| 21181889 | 11 days ago | | | 0 | 0.0013997046 | |
| 21177267 | 11 days ago | | | 0 | 0.00090272558 | |
| 21168388 | 13 days ago | | | 0 | 0.0012407636 | |
| 21125476 | 19 days ago | | | 0 | 0.00026963697 | |
| 21106612 | 21 days ago | | | 0 | 0.00010376940 |
ABI
ABI objects
Getter at block 21258509
PRESALE_MAX() view returns (uint256)
4394
PRICE() view returns (uint256)
60000000000000000
RESERVE_MAX() view returns (uint256)
100
SUPPLY_MAX() view returns (uint256)
8888
baseURI() view returns (string)
https://ipfs.io/ipfs/QmUPFaiGdkYkrbZMZyF8u37aZ8pSf3WRCCJoL5FjfDHEAp/
name() view returns (string)
Dippies
offset() view returns (uint256)
872
owner() view returns (address)
0x94bb518d53a984fc7b8af9d673b548a1c9064005
provenance() view returns (string)
revealed() view returns (bool)
true
state() view returns (uint8)
1
symbol() view returns (string)
DIPPIES
totalSupply() view returns (uint256)
8888
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity, bytes signature, bytes32 nonce) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reserveTeamTokens(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLinkParams(uint256 fee, bytes32 keyhash)
setOffset() returns (bytes32 requestId)
setProvenanceHash(string _provenance)
setSaleState(uint8 _state)
setSigner(address signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newURI, bool reveal)
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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()