DollIsland
Verified contract
Active on
Ethereum with 2,755 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DollIsland"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051172 | a month ago | | | 0 | 0.00028506484 | |
| 20190525 | 5 months ago | | | 0 | 0.00022927858 | |
| 19879369 | 6 months ago | | | 0 | 0.00025029849 | |
| 19879262 | 6 months ago | | | 0 | 0.00015585470 | |
| 19867268 | 6 months ago | | | 0 | 0.00037318909 | |
| 19785882 | 7 months ago | | | 0 | 0.00010842766 | |
| 19609370 | 8 months ago | | | 0 | 0.00026857749 | |
| 19072033 | 10 months ago | | | 0 | 0.00027432179 | |
| 18232863 | a year ago | | | 0 | 0.00038221812 | |
| 17724027 | a year ago | | | 0 | 0.0017136044 |
ABI
ABI objects
Getter at block 21272500
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 presalePrice, uint256 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 owner) view returns (uint256)
findMintCost(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userToMinted(address) view returns (bool)
userToUsedNonce(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(bool isWhitelist, bool isHolder, bytes signature) payable
presaleMint(uint256 quantity, bool isWhiltelist, bool isHolder, bytes signature) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setCollectionSize(uint256 _collectionSize)
setMaxBatchSize(uint256 _maxBatchSize)
setPresale(bool _presaleIsActive)
setPrice(uint256 _presalePrice, uint256 _publicPrice)
setReveal(bool _reveal)
setSale(bool _saleIsActive)
setSigner(address _signer)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()