TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 624 txns
Deployed by via 0xe3f600ce at 19657029
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#244)
ERC-721
--
0xfda84e01c79a22ea7f24821a54092e7aaa7de6dba66ffb8166454c3afa5ec9c7
0x829893ef5a3dbf9a901653d4fd1bc593780ee7b11ad65ea6f0eed4d521c357cb
0x86ba78f1f91ea3a42809962e751188162055e6c12d93c6392474d17b4a60f7a9
0x5ade4402c959f9932ba71c6384a967be09b5cde4c84c7f4e6b5349fe6868b89f
0xe16bfe8e7e7da05557a07b1c48b4ccae58e8965e25cedfb96de837ac336dc41d
0xf141a238a370414bb78fb038ed82fb7d0576f0035d5edc0b36aceb7a24dfcb41
0x1139d7496bbdc283058d1781b3d42157dd995a6e64a10a3c103a8c6bc8e8dbbc
0x25a543cb835cab1c3283672446ba82e56758c5a5c0f0a6c30c5756b939dec147
0x6c4878367298500c50d2babc93099d440dfda92abcd81634a134b5517d2b1cac
0x7e352d1ae7fc6ee586eabefd9266a4fb96c33018c8ce49d9bb1553873e9dfaf2

Functions
Getter at block 21225330
 
getAllMintedTokens(view returns (uint256[])
getBaseURI(view returns (string)
https://chimpzee-nft.s3.us-east-2.amazonaws.com/diamond/json/
getCHMPZPrice(view returns (uint256)
95495419000000000000000000
getETHPrice(view returns (uint256)
2000000000000000000
getLatestEthPrice(view returns (uint256)
3109444300000000000000
getMaxSupply(view returns (uint256)
1000
getMintLimit(view returns (uint256)
50
getTeamSupply(view returns (uint256)
50
getTotalBurnedCHMPZ(view returns (uint256)
417000000000000000000000000
getTotalSupply(view returns (uint256)
424
getUsableSupply(view returns (uint256)
950
getUsdtPrice(view returns (uint256)
6218888600000000000000
getWhitelistStatus(view returns (bool)
false
name(view returns (string)
ChimpzeeDiamondPassport
owner(view returns (address)
0x0a91c7e7bff4b4511e1b512fbc71da1284827a29
paused(view returns (bool)
false
symbol(view returns (string)
CHMPZDP
totalSupply(view returns (uint256)
424
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getUserMintCount(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address ownerview returns (uint256[])
State-modifying
addPassportAddresses(address contract1address contract2address contract3
addToWhitelist(address[] userWallets
approve(address touint256 tokenId
changeAggregatorInterfaceEth(address priceFeedAddress
changeCoinContract(address newCoinAddress
changeMaxStageForWhitelist(uint256 newMaxStageForWhitelist
changeMaxSupply(uint256 newMaxSupply
changeMintLimit(uint256 newLimit
changePresaleContract(address newPresaleAddress
changeTeamSupply(uint256 newTeamSupply
changeUSDTAddress(address usdtAddress
initialize(string name_string symbol_string baseTokenURI_uint256 maxTokenSupply_uint256 teamSupply_uint256 ethTokenPrice_uint256 chmpzTokenPrice_uint256 maxStageForWhitelist_uint256 mintLimit_
initializeV2(
mintWithCHMPZ(uint256 tokenId
mintWithETH(uint256 tokenIdpayable 
mintWithUSDT(uint256 tokenId
ownerMint(address toWalletuint256 tokenId
pause(
removeFromWhitelist(address[] userWallets
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
toggleWhitelist(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateBaseURI(string newBaseTokenURI
updateMintingPrice(uint256 newEthPriceuint256 newChmpzPrice
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
AddedToWhitelist(address[] userWallets
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ChangedMaxSupply(uint256 oldMaxSupplyuint256 newMaxSupply
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PriceUpdated(uint256 newEthPriceuint256 newChmpzPrice
RemovedFromWhitelist(address[] userWallets
TokenMinted(uint256 indexed tokenIdaddress owner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UriChanged(string oldURIstring newURI
WhitelistToggled(bool currentStatus
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
EnforcedPause(
ExpectedPause(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(