ChimpzeePassport

Verified contract

Implementation

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

No balances found for "ChimpzeePassport"

No transactions found for "ChimpzeePassport"


Functions
Getter at block 20880819
getAllMintedTokens(view returns (uint256[])
[]
getBaseURI(view returns (string)
getCHMPZPrice(view returns (uint256)
0
getETHPrice(view returns (uint256)
0
getMaxSupply(view returns (uint256)
0
getMintLimit(view returns (uint256)
0
getTeamSupply(view returns (uint256)
0
getTotalBurnedCHMPZ(view returns (uint256)
0
getTotalSupply(view returns (uint256)
0
getUsableSupply(view returns (uint256)
0
getWhitelistStatus(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
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
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(