Vans Collection
Verified contract
Active on
Ethereum with 15,235 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 "Vans Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143260 | 4 days ago | | | 0 | 0.0011469758 | |
| 21104662 | 9 days ago | | | 0 | 0.000086207608 | |
| 21103250 | 9 days ago | | | 0 | 0.000099412700 | |
| 21100313 | 10 days ago | | | 0 | 0.00030005206 | |
| 21097692 | 10 days ago | | | 0 | 0.00015872627 | |
| 21097685 | 10 days ago | | | 0 | 0.00017433396 | |
| 21097672 | 10 days ago | | | 0 | 0.00022528515 | |
| 20983165 | a month ago | | | 0 | 0.00019476510 | |
| 20946440 | a month ago | | | 0 | 0.00064959384 | |
| 20867857 | a month ago | | | 0 | 0.00018356100 |
ABI
ABI objects
Getter at block 21169070
baseURI() view returns (string)
https://meta.dippies.io
claimCount() view returns (uint256)
0
mintCount() view returns (uint256)
5000
name() view returns (string)
Vans Collection
owner() view returns (address)
0x94bb518d53a984fc7b8af9d673b548a1c9064005
state() view returns (uint8)
4
symbol() view returns (string)
VANS
totalSupply() view returns (uint256)
11500
Read-only
amountClaimable(address _address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
dippieBalanceView(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
claim()
deleteDefaultRoyalty()
mint(uint256 quantity, bytes signature, bytes32 nonce) payable
renounceOwnership()
reserveTeamTokens(uint256 quantity)
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendRemainingToTreasury(uint256 _qty)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, bool _revealed)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setSigner(address _newSigner)
setState(uint8 _state)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()