Lil Chimps Official

Verified contract

Proxy

Active on Ethereum with 17,907 txns
Deployed by via 0xc696bfb7 at 14997771
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
3 additional variables

No balances found for "Lil Chimps Official"

0x258c26153e27e203cb763ff02acc62c5f002f1684b1265b3352cee89aee3df2d
0xafc82b46c443ad61aac90c66fa3833300fc25dc9a7279d6d77a276a445f0c946
0x9ee3a709aa926e5a19a4b60d81dd42d63664aa13027e61027739e83d52ad0c0a
0x7519bc733187130174bd007a5765a00616c520d547cfa64a9b7560023fcf326e
0x8b2b86504ef0d0a70669680c992dc31da881799d1f56f8e65769458375520887
From
0xe3d29cc567c4c5de5b7cd39adc425b03aac95ec140551b669205bf30c0eee223
From
0x9686c17c606aff95a093b9bc43fc792bf6b5a15ce4d0e4433f66a8ee32570af6
0xf47366bda7e39c707102322ad48b1948382351eec396c37d1de6ab8729f335cf
0x2d5dc5f40b9a8b883bf039cd3cc85b3369e3e4d765818f36bc15d3ef8642ca16
0x0fcdf25dac74585101b705b4f0359778d2579fd34344c5675dd82366116a32c6

Functions
Getter at block 20792037
decimals(view returns (uint8)
0
isPreRevealDuration(view returns (bool)
false
isPresaleDuration(view returns (bool)
false
isSaleStarted(view returns (bool)
true
name(view returns (string)
Lil Chimps Official
owner(view returns (address)
0xb7edac30c1e5a73b65cbca396859c410584cfdf2
s_baseTokenURI(view returns (string)
https://ipz.optimiz3.cloud/metadata/lilchimps/
s_maxMintable(view returns (uint256)
5555
s_preRevealDuration(view returns (uint256)
86400
s_preSaleDuration(view returns (uint256)
14400
s_startTimestamp(view returns (uint256)
1655830800
symbol(view returns (string)
LILCHIMPS
totalSupply(view returns (uint256)
5555
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyAllMinted(
AlreadyMintedAccount(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
NotInWhiteList(
NotStarted(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(