Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x3077…50ae | ERC-1555 | 1.195K | -- | -- | |
0x3077…50ae | ERC-1555 | 907 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120555 | 6 days ago | | | 0 | 0.00026236679 | |
| 21119941 | 6 days ago | | | 0 | 0.00022963330 | |
| 21109730 | 7 days ago | | | 0 | 0.00021495595 | |
| 21096488 | 9 days ago | | | 0 | 0.00019455935 | |
| 21084634 | 11 days ago | | | 0 | 0.0012347817 | |
| 21080913 | 11 days ago | | | 0 | 0.0010627041 | |
| 21080907 | 11 days ago | | | 0 | 0.0010160148 | |
| 21080886 | 11 days ago | | | 0 | 0.0017369408 | |
| 21071667 | 12 days ago | | | 0 | 0.00082422254 | |
| 21033021 | 18 days ago | | | 0 | 0.00033540660 |
ABI
ABI objects
Getter at block 21160183
MAX_PER_TXN() view returns (uint8)
5
MAX_PER_WALLET() view returns (uint8)
5
MAX_SUPPLY() view returns (uint16)
10000
PRESALE_SUPPLY() view returns (uint16)
9000
PRICE() view returns (uint256)
200000000000000000
TEAM_SUPPLY() view returns (uint16)
978
backupURI() view returns (string)
defaultURI() view returns (string)
https://assets.drp.io/nfts/0xa9248a0935eb476cfe2f286df813a48d06ffd2e2/opensea/meta/base/
hashKey() view returns (string)
vhils-drp
name() view returns (string)
Layers
owner() view returns (address)
0x58f58f15a0d080932218d65beb8bbd83978677d7
presaleActive() view returns (bool)
false
presaleClaimed() view returns (uint16)
1378
saleActive() view returns (bool)
true
saleClaimed() view returns (uint16)
487
signerAccount() view returns (address)
0x046c2c915d899d550471d0a7b4d0facf79cde290
symbol() view returns (string)
LAYERS
teamClaimed() view returns (uint16)
1059
tearContract() view returns (address)
0x3077674dd77c532b2e2d9945808c900940de50ae
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
2761
Read-only
balanceOf(address owner) view returns (uint256)
baseStateURI(uint8, uint8) view returns (string)
eligibleTear(uint16 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokenInfo(uint16 _tokenId) view returns (struct VhilsNFTTokenInfo)
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)
tearActive(uint8) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenClaimed(address) view returns (uint16)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokens(uint16) view returns (uint8 state, bool locked, uint64 name, string uri)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
forceWithdraw()
lockToken(uint16 _tokenId, bool _status)
mint(uint16 _amount) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
presaleMint(uint16 _maxAmount, bytes _signature, uint16 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBackupURI(string _uri)
setBaseStateURI(uint8 _stage, uint8 _tearId, string _uri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setDefaultURI(string _uri)
setHashKey(string _hashKey)
setSignerInfo(address _signer)
setTearContract(address _contract)
setTokenPaused(bool _status)
setTokenRoyalty(uint16 _tokenId, address _receiver, uint96 _feeNumerator)
setTokenURI(uint16 _tokenId, string _uri)
setTokenURIName(uint16 _tokenId, uint64 _name)
teamClaim(address _receiver, uint16 _amount)
tear(uint16 _tokenId, uint8 _tearId, uint64 _name, bytes _signature)
togglePresale(bool _status)
toggleSale(bool _status)
toggleTear(uint8 _tear, bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTEAR(uint8 _tearId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LOCK(address indexed from, uint16 indexed tokenId, bool status, uint256 blockNumber, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TEAR(address indexed from, uint16 indexed tokenId, uint8 tearId, uint256 blockNumber, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.