ChimpeRunners

Verified contract

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

No balances found for "ChimpeRunners"

0x2fabc7b2ba01eea58177207bb69e69088c40d5cf57d9fca93d5909753ea90fcb
0x46c86d0338cd821d8dd91107e95e7e646cc2adc92fba5bb71eb40d8cdc41e2eb
0x27dd5e2498509ee1abd9422530dd2662f7429a3abdf61138f65908b5f854b810
0xbd38a5c57a06d0167d6c4d4a46803c3429b3f6f2aa1edf2ebd15a5d52a1c50c4
0xfd0f40f232c0b06fe9123a7bb438bbe6e54a544b85550f0c622a2e25539496f7
0x2f58bee4486bf3e7eead730f82f33aab893d219e7e6bbbcf7f89ed0b755988a0
0x3ffef0621b4d5bb631ac8095dc6edcec9a906b7d0905db06da4e92d9e2a788ec
0x4dd5cb5622b836a50e6606f3c77801736605b39acdc4bc786ab158d657d32cfc
0x50736180b4bb1bee0723609b487d1b522595949c62051ce646557e7c4ced2d1a
0x76eb599ea6f2ec3dba4457fe9a638ae8d5529e7248a5a7afb38ec15ff18d5e5d

Functions
Getter at block 21269480
allowedToContract(view returns (bool)
true
maxMintPerTx(view returns (uint256)
3
maxMintPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
6666
name(view returns (string)
ChimpeRunners
owner(view returns (address)
0xd0adbcf977869a2c28b7c72d0bf1bfce83b173b7
paused(view returns (bool)
false
price(view returns (uint256)
0
revealed(view returns (bool)
true
symbol(view returns (string)
CHIMRUN
totalSupply(view returns (uint256)
6666
uriSuffix(view returns (string)
.json
Read-only
_transferToContract(uint256view returns (bool)
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
mint(uint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintPerTx(uint256 _maxMintPerTx
setMaxMintPerWallet(uint256 _maxMintPerWallet
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
tokenURI(uint256 _tokenIdreturns (string)
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(