DarkSuperBunnies
Verified contract
Active on
Ethereum with 2,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($192.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.058 | $3,187.45 |
$184.87 | |
HEX | ERC-20 | 3.676479K | $0.002101 |
$7.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148419 | 5 days ago | | | 0 | 0.00029358244 | |
| 21148418 | 5 days ago | | | 0 | 0.00050651781 | |
| 20949000 | a month ago | | | 0 | 0.00040169469 | |
| 20889795 | a month ago | | | 0 | 0.00035298732 | |
| 20889643 | a month ago | | | 0 | 0.00042194664 | |
| 20889639 | a month ago | | | 0 | 0.00043364779 | |
| 20889638 | a month ago | | | 0 | 0.00037312541 | |
| 20628014 | 3 months ago | | | 0 | 0.00051600929 | |
| 20476305 | 3 months ago | | | 0 | 0.00048062196 | |
| 20340309 | 4 months ago | | | 0 | 0.00029834534 |
ABI
ABI objects
Getter at block 21185763
ERC712_VERSION() view returns (string)
1
MAX_NFT_PURCHASE() view returns (uint256)
100
MAX_NFT_PURCHASE_LOVE() view returns (uint256)
100
MAX_NFT_PURCHASE_PRE_SALE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
NFT_PRICE() view returns (uint256)
80000000000000000
NFT_PRICE_LOVE() view returns (uint256)
69000000000000000
NFT_PRICE_PRE_SALE() view returns (uint256)
58000000000000000
RESERVED_TOTAL() view returns (uint256)
325
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x6d58b271aa58d9cbd64e9ec17ffea545fe752f073c6b9cd8dc20ba7a84cc167b
isPreSaleActive() view returns (bool)
false
isRevealed() view returns (bool)
true
isSaleActive() view returns (bool)
false
name() view returns (string)
DarkSuperBunnies
owner() view returns (address)
0xd40135df587ab99282a52b17f5d73269e650942f
provenanceHash() view returns (string)
superTigerContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DSB
totalSupply() view returns (uint256)
4382
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)
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)
burn(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
flipAllSaleStates()
flipPreSaleState()
flipReveal()
flipSaleState()
levelUp(uint256 useTokenId1, uint256 useTokenId2, uint256 useTokenId3)
mint(uint256 numberOfTokens) payable
mintLove(uint256 numberOfTokens) payable
mintReserved(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPlaceholderURI(string placeholderURI_)
setProvenanceHash(string provenanceHash_)
setSuperTigerContractAddress(address contractAddress)
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)
PermanentURI(string value, uint256 indexed id)
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.