TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 624 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHMPZDP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214862 | a day ago | | | 0 | 0.00063342077 | |
| 21198469 | 4 days ago | | | 0 | 0.00074426406 | |
| 21050822 | 24 days ago | | | 0 | 0.00030161584 | |
| 21044730 | 25 days ago | | | 0 | 0.00034496445 | |
| 21041021 | a month ago | | | 0 | 0.0012681723 | |
| 21037650 | a month ago | | | 0 | 0.0024547447 | |
| 21037633 | a month ago | | | 0 | 0.0024703377 | |
| 21031373 | a month ago | | | 0 | 0.0013806252 | |
| 21030669 | a month ago | | | 0 | 0.0029819143 | |
| 21030654 | a month ago | | | 0 | 0.0026710456 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUserMintCount(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events addPassportAddresses(address contract1, address contract2, address contract3)
addToWhitelist(address[] userWallets)
approve(address to, uint256 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 tokenId) payable
mintWithUSDT(uint256 tokenId)
ownerMint(address toWallet, uint256 tokenId)
pause()
removeFromWhitelist(address[] userWallets)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
toggleWhitelist()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBaseURI(string newBaseTokenURI)
updateMintingPrice(uint256 newEthPrice, uint256 newChmpzPrice)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AddedToWhitelist(address[] userWallets)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangedMaxSupply(uint256 oldMaxSupply, uint256 newMaxSupply)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceUpdated(uint256 newEthPrice, uint256 newChmpzPrice)
RemovedFromWhitelist(address[] userWallets)
TokenMinted(uint256 indexed tokenId, address owner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UriChanged(string oldURI, string newURI)
WhitelistToggled(bool currentStatus)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
EnforcedPause()
ExpectedPause()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()