MonsterChampionsGenesis

Verified contract

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

No balances found for "MonsterChampionsGenesis"

0x60c187a397997c927f4bcf25bf7a7aeed53bf081721b2651c6579e430a5d0309
0x9b0d21acf4f6febdec18af14683bd4184e35e6b568c234134cb4d3f3f9ddc2f9
From
0xf78cf893f281cae5e762c8ef23906077c4380466313cfc16f84d9e357d6c778b
From
0x610a32e8ff95fb2ed2ad1893acf86dabae444e682bb83d54f00a1ed1da732d0f
From
0x3d4db5d4bf7d893dc033c610bcbda88477bf076ecb32f7c79c2d45f03c228d90
0xaaf0dc16573e42b98e727d4d536ef50e9221b9a17b86c0bcff82706eba338ef3
From
0x718b1dbeb06d51dc7963ba8577c2df0d75519dc4767527b5a298f3310c295872
0x4a395111359bd6913be901f3bb4bf7b664a41422e57c6e57e7da28f29d739c52
0x4da121731d9e65248e08db5c661cc6743c894c47d7ca60887ed85f23a585d88f
0xea2da69266ba3db826debb61a00fb1f5b3b23903b65bcc448ff2bdcd431e69fb

Functions
Getter at block 21309669
baseURI(view returns (string)
ipfs://Qmd1MfMfkc3HRzmfUB6Y5QuUK9zAEVZpUeBnXWMpPwsKPz/
isOpenEdition(pure returns (bool)
false
isPresaleActive(view returns (bool)
false
isPublicMintingActive(view returns (bool)
false
maxSupply(pure returns (uint256)
9999
name(view returns (string)
MonsterChampionsGenesis
owner(view returns (address)
0x24943fdd5473fedef6256911116802106c9474ab
presalePricePerNft(view returns (uint256)
69000000000000000
publicMintBatchSize(pure returns (uint256)
20
publicMintPricePerNft(view returns (uint256)
69000000000000000
supportedPhases(pure returns (uint256)
2
symbol(view returns (string)
MCGEN
totalReleased(view returns (uint256)
201480000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3220
Read-only
balanceOf(address ownerview returns (uint256)
checkPresale(bytes32[] proofaddress walletview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getIndexedLeafFor(address walletuint256 indexpure returns (bytes32)
getLeafFor(address walletpure returns (bytes32)
getNextPresaleIndex(address walletview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintTokens(uint256 countpayable 
presaleTokens(bytes32[] proofuint256 countpayable 
release(address account
releaseToSelf(
renounceOwnership(
reserveTokens(address[] friendsuint256 count
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string __baseUri
setMerkleRoot(bytes32 __presaleRoot
setMintingState(bool __presaleActivebool __publicMintingActiveuint256 __presalePricePerNftuint256 __publicMintPricePerNft
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
transferPayee(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PayeeTransferred(address oldOwneraddress newOwner
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceedsMaxSupply(
ExceedsPresaleSupply(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
ProofInvalidPresale(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(