SPLOOT by De la Dondi
Verified contract
Active on
Ethereum with 959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "SPLOOT by De la Dondi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18551456 | a year ago | | | 0 | 0.0016213570 | |
| 17697734 | a year ago | | | 0 | 0.00062425821 | |
| 17657855 | a year ago | | | 0 | 0.00077660034 | |
| 17485842 | 2 years ago | | | 0 | 0.0010111349 | |
| 17364883 | 2 years ago | | | 0 | 0.0017860168 | |
| 17016200 | 2 years ago | | | 0 | 0.00098793561 | |
| 16985035 | 2 years ago | | | 0 | 0.00086468321 | |
| 16956579 | 2 years ago | | | 0 | 0.00083899265 | |
| 16915055 | 2 years ago | | | 0 | 0.00066895382 | |
| 16903566 | 2 years ago | | | 0 | 0.00067525888 |
ABI
ABI objects
Getter at block 21415843
MAX_SUPPLY() view returns (uint256)
333
_baseTokenURI() view returns (string)
https://0t1ibgl7g0.execute-api.us-west-1.amazonaws.com/sploot/
name() view returns (string)
SPLOOT by De la Dondi
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
price() view returns (uint256)
25000000000000000
splootCount() view returns (uint256)
161
symbol() view returns (string)
SPLOOT
totalSupply() view returns (uint256)
333
withdrawAddress() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
wlprice() view returns (uint256)
20000000000000000
Read-only
addressHasMinted(address) view returns (bool)
addressTokensplootted(address, uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasTokenBeensplootted(address _contractAddress, uint256 _tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintClaimed(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
splootmation(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wlClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) payable
promoMint(address _to, uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintOpen(bool _val)
setPrice(uint256 _wei)
setWLMintOpen(bool _val)
setsplootOpen(bool _val)
sploot(uint256 splootId, address usingContractNFT, uint256 usingTokenId)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
wlmint(uint256 _quantity, bytes32[] _merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Setter(uint256 indexed splootId, address indexed usingContractNFT, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AlreadyMinted()
Alreadysplootted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintClosed()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintedOut()
MuseumSecurity()
NoContracts()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongPrice()