LilChimpsU
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LilChimpsU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14998616 | 2 years ago | | | 0 | 0.00076620000 | |
| 14998612 | 2 years ago | | | 0 | 0.00076620000 |
ABI
ABI objects
Getter at block 21158266
isPreRevealDuration() view returns (bool)
false
isPresaleDuration() view returns (bool)
false
isSaleStarted() view returns (bool)
true
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
s_baseTokenURI() view returns (string)
s_maxMintable() view returns (uint256)
0
s_preRevealDuration() view returns (uint256)
0
s_preSaleDuration() view returns (uint256)
0
s_startTimestamp() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721AUTokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthorized(address) view returns (bool)
isWhitelisted(address addr) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
s_whiteList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAuthorized(address _toAdd)
addWhitelist(address[] addresses)
adminMint(address[] recipients, uint256[] quantities)
approve(address to, uint256 tokenId)
initialize()
mint() payable
removeAuthorized(address _toRemove)
removeWhitelist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMintable(uint256 _maxMintable)
setPreRevealDuration(uint256 _preRevealDuration)
setPreSaleDuration(uint256 _preSaleDuration)
setStartTimestamp(uint256 _startTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFund()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyAllMinted()
AlreadyMintedAccount()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
NotInWhiteList()
NotStarted()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()