DollIsland

Verified contract

Active on Ethereum with 2,754 txns
Deployed by via 0xca417135 at 15946764
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "DollIsland"

0xee3969aca315a54fcd3419e7e045bf9e0f28d97d175ba8dc9c3287b5c1e506f0
0xba06d42c2faeb0af5cc99484ce2d3d36f3292951dbe2a76683bbabbf34512259
0xbb74636dc44fcdfaa7998c3687772c792fb8f43714ee60827001c4d798b948b5
0x1090a53a7b2236a36a70b7e9280908584381c89442fc1afb660e3c365bbebc16
0xb1acdc69c009083175ac1ed39842511a5a0e28a0de7261fa78e3c08908346459
0x4da53fb4f47df6be5fefc89cec4b3961d74d52d744cd6807b78d70a62fbc2838
0x2a35bbb59a4d24d5c490c76f417d43232f15bcf782f4fc1371b7e2ed9dc1e444
From
0xca0413cf88e29e9c6c748167f282eeb996369048ae9fd50e8e53d468790445a1
0x3020fa7cf62b83bd730db163b665f27374845a9b92ddbf5401f42c55b494af54
0x0d1c03c02802eae10c403fef263dac73e2d1307f20abb77fff232b3679faf8ac

Functions
Getter at block 20865249
collectionSize(view returns (uint256)
3000
name(view returns (string)
DollIsland
owner(view returns (address)
0x8e70fff3b53e97142e85f7d4e86365df27e63831
presaleIsActive(view returns (bool)
false
presaleSize(view returns (uint256)
3000
reserved(view returns (uint256)
0
revealed(view returns (bool)
true
saleConfig(view returns (uint256 presalePriceuint256 publicPrice)
(presalePrice=5000000000000000, publicPrice=6600000000000000)
saleIsActive(view returns (bool)
true
signer(view returns (address)
0x27da5156d731dd274366264b657fff189d028aec
symbol(view returns (string)
DOLL
totalSupply(view returns (uint256)
3000
Read-only
balanceOf(address ownerview returns (uint256)
findMintCost(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userToMinted(addressview returns (bool)
userToUsedNonce(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
freeMint(bool isWhitelistbool isHolderbytes signaturepayable 
presaleMint(uint256 quantitybool isWhiltelistbool isHolderbytes signaturepayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setCollectionSize(uint256 _collectionSize
setMaxBatchSize(uint256 _maxBatchSize
setPresale(bool _presaleIsActive
setPrice(uint256 _presalePriceuint256 _publicPrice
setReveal(bool _reveal
setSale(bool _saleIsActive
setSigner(address _signer
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(