Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($88.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAND | ERC-20 | 300 | $0.295673 |
$88.7 | |
FLOKISUPER | ERC-20 | 3.333333B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155422 | 11 hours ago | | | 0 | 0.00060676439 | |
| 21154584 | 14 hours ago | | | 0 | 0.00026830604 | |
| 21138073 | 3 days ago | | | 0 | 0.0017781536 | |
| 21131947 | 4 days ago | | | 0 | 0.00079903591 | |
| 21130675 | 4 days ago | | | 0 | 0.00068471400 | |
| 21119534 | 5 days ago | | | 0 | 0.00035860911 | |
| 21115073 | 6 days ago | | | 0 | 0.00034154770 | |
| 21113257 | 6 days ago | | | 0 | 0.00025740975 | |
| 21106364 | 7 days ago | | | 0 | 0.00017915033 | |
| 21106177 | 7 days ago | | | 0 | 0.00011244757 |
ABI
ABI objects
Getter at block 21158659
allowedToExecuteMint() view returns (address)
0x6ec4090d0f3cb76d9f3d8c4d5bb058a225e560a1
baseTokenURI() view returns (string)
https://contracts.sandbox.game/snoopdogg/
chain() view returns (uint256)
1
contractAddress() view returns (address)
0x0000000000000000000000000000000000000000
erc1155Id() view returns (uint256)
0
indexWave() view returns (uint256)
4
name() view returns (string)
The Doggies
owner() view returns (address)
0xdbbb4277913aedc39b0ecaf5ebe6135a57d7b06a
paused() view returns (uint256)
0
signAddress() view returns (address)
0x4e2422ac29b72290be28c6a7c3fad7a7fda69e7a
symbol() view returns (string)
TD
totalSupply() view returns (uint256)
10000
waveMaxTokens() view returns (uint256)
3000
waveMaxTokensToBuy() view returns (uint256)
1
waveSingleTokenPrice() view returns (uint256)
150000000000000000000
waveTotalMinted() view returns (uint256)
2984
waveType() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
checkMintAllowed(address _wallet, uint256 _amount) view returns (bool)
checkSignature(address _wallet, uint256 _signatureId, address _contractAddress, uint256 _chainId, bytes _signature) pure returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (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)
mint(address _wallet, uint256 _amount, uint256 _signatureId, bytes _signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedExecuteMint(address _address)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSandOwnerAddress(address _owner)
setSignAddress(address _signAddress)
setupWave(uint256 _waveType, uint256 _waveMaxTokens, uint256 _waveMaxTokensToBuy, uint256 _waveSingleTokenPrice, address _contractAddress, uint256 _erc1155Id)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
TogglePaused(bool _pause)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, string _name, string _symbol, address _sandOwner, address _signAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.