This contract is being backfilled. You may encounter incomplete storage history.

The Little Surfers

Verified contract

Active on Ethereum with 1,879 txns
Deployed by via 0xe582cf85 at 14766336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "The Little Surfers"

0xd314877ec92da6384018d94599860f046bc0b6446c81c3c9255ef6ab82f883b1
0xa630c552dcfecf0d065543c2c95feff4c3976b4138b671cddb0537e69b41e17a
0xac287a632f7ebdb77bff99c24ccc0bc29cad9bf7b261c4495f3edb81671b9627
0xf1de5a72fd2f19eae03d99ed6e53657332ed345388d2e20b933e8d4f6ce74e1e
0xc695c862c40df42f2c2113736a3b8a4ea577d6abb2e7e7f56e93442d1e44c4b7
From
0xaa2018b60afd623298ba5104e7c44adaa52d13d1ab2f35462bb1da5db9a097b2
0x993bb620806d3aeef31d9d8737aab1853088cf0845b134dd397620c6cd202f36
0xdb0e6941973e7fdf40d8ab64db5201cf5c3b33c3b093d68561bc522dd41c7276
0xe4dfc3f16e932175980f5ed1efa7edaafbf701578f89ac6fa093a0c42a82750a
0x2576c3d050dd0e556b85c23d06115b849afdbd15836345d7f8db952a822194af

Functions
Getter at block 20888215
NETWORK_PROVENANCE(view returns (string)
4544338203310281430
maxPreSale(view returns (uint256)
7
maxPreSaleOg(view returns (uint256)
8
maxPublicSale(view returns (uint256)
5
maxSupply(view returns (uint256)
5555
name(view returns (string)
The Little Surfers
notRevealedUri(view returns (string)
ipfs://QmdSHzmB6EEBkuBzc84Gg5QaewjwZX1KkiTykN2HJBU6ZB
owner(view returns (address)
0xda4ebc00ea56e9795f5a97b722d822a9beb5693f
paused(view returns (bool)
false
preSaleActive(view returns (bool)
false
preSaleOgPrice(view returns (uint256)
50000000000000000
preSalePrice(view returns (uint256)
80000000000000000
publicSaleActive(view returns (bool)
true
publicSalePrice(view returns (uint256)
0
revealed(view returns (bool)
true
symbol(view returns (string)
TLS
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOgListed(addressview returns (bool)
isWhiteListed(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
preSaleCounter(addressview returns (uint256)
publicSaleCounter(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
addOgListedAddresses(address[] _address
addWhiteListedAddresses(address[] _address
airDrop(address[] _address
approve(address touint256 tokenId
preSaleMint(uint256 _amountpayable 
publicSaleMint(uint256 _amountpayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setNotRevealedURI(string _notRevealedUri
setPreSalePrice(uint256 _preSalePrice
setPublicSalePrice(uint256 _publicSalePrice
togglePauseState(
togglePreSale(
togglePublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawTotal(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(