TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 126 txns
Deployed by via 0x00be0701 at 19657032
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransparentUpgradeableProxy"

0x977347c9747a33bee3d4e2d3582e30358d5b1dee8d16eb1460d457a8130e72be
0x34aaccdf392ffe92987d1e1ab5c61c63f181e450d1be35cd0d77ac488a1852e3
0x00812adcd7a69c3af5b76a2fe24742db5cae4067e2d88da1fb2122b09ad52a30
0xa3ac9c5f869702e071e359f940913b6cdd97efb874a9af7c03b299cdb5db158f
0x1627856e809123e532037f93263239a93e473608c5658b189e6316559f447a85
0x28cd7163295012a9b0d59d70898dae8c98badc00c3d78786c304f9e341590bf7
0x2b2374494256574ddbb8c8040248514b83cb253006cfea677793e63dc614d62d
0xe2fce8adbd9766b73881f68bcab3800058f03f898850a88cbff5d881d8626c63
0x201676051ee050717b1a567f748b74d519f523c770a561b3f1a2c345783ae45d
0xdf2495e4eddd7d5529e7f6a2f237f1233593bafa8b7b6682ccbae46577cf24c1

Functions
Getter at block 20879605
 
getAllMintedTokens(view returns (uint256[])
getBaseURI(view returns (string)
ipfs://bafybeifscsy4ypty23c6g5mzpsnho2gdfzgdhfpyyvpifwbef4nsbogduu/
getCHMPZPrice(view returns (uint256)
300000000000000000000000
getETHPrice(view returns (uint256)
10000000000000000000
getMaxSupply(view returns (uint256)
4000
getMintLimit(view returns (uint256)
50
getTeamSupply(view returns (uint256)
200
getTotalBurnedCHMPZ(view returns (uint256)
21900000000000000000000000
getTotalSupply(view returns (uint256)
74
getUsableSupply(view returns (uint256)
3800
getWhitelistStatus(view returns (bool)
false
name(view returns (string)
ChimpzeeBronzePassport
owner(view returns (address)
0x0a91c7e7bff4b4511e1b512fbc71da1284827a29
paused(view returns (bool)
false
symbol(view returns (string)
CHMPZBP
totalSupply(view returns (uint256)
74
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
changeCoinContract(address newCoinAddress
changeMaxStageForWhitelist(uint256 newMaxStageForWhitelist
changeMaxSupply(uint256 newMaxSupply
changeMintLimit(uint256 newLimit
changePresaleContract(address newPresaleAddress
changeTeamSupply(uint256 newTeamSupply
initialize(string name_string symbol_string baseTokenURI_uint256 maxTokenSupply_uint256 teamSupply_uint256 ethTokenPrice_uint256 chmpzTokenPrice_uint256 maxStageForWhitelist_uint256 mintLimit_
mintWithCHMPZ(uint256 tokenId
mintWithETH(uint256 tokenIdpayable 
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(