LilChimpsU

Verified contract

Implementation

Active on Ethereum with 2 txns
Deployed by via 0xf5000f7c at 14997768
Slot
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

No balances found for "LilChimpsU"

0xd4cfe97a2db5eb7d5e1dd4c47f111caa957dbfc8b062455adbc221a664d7ca25
0x710204fef83d295f103f049f7df2fd8ff0960a1340327e5f35ccb57e78d05b38

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721AUTokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isAuthorized(addressview returns (bool)
isWhitelisted(address addrview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
s_whiteList(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addAuthorized(address _toAdd
addWhitelist(address[] addresses
adminMint(address[] recipientsuint256[] quantities
approve(address touint256 tokenId
initialize(
mint(payable 
removeAuthorized(address _toRemove
removeWhitelist(address[] addresses
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintable(uint256 _maxMintable
setPreRevealDuration(uint256 _preRevealDuration
setPreSaleDuration(uint256 _preSaleDuration
setStartTimestamp(uint256 _startTimestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFund(
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyAllMinted(
AlreadyMintedAccount(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
NotInWhiteList(
NotStarted(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(