MonsterChampionsGenesis
Verified contract
Active on
Ethereum with 1,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MonsterChampionsGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006433 | a month ago | | | 0 | 0.00045611866 | |
| 20586617 | 3 months ago | | | 0 | 0.000030964669 | |
| 20586478 | 3 months ago | | | 0 | 0.000030191664 | |
| 20491683 | 4 months ago | | | 0 | 0.00037114889 | |
| 20334366 | 4 months ago | | | 0 | 0.00065483574 | |
| 20327594 | 4 months ago | | | 0 | 0.00067946879 | |
| 20186766 | 5 months ago | | | 0 | 0.00012553589 | |
| 20062138 | 6 months ago | | | 0 | 0.00075567580 | |
| 19863198 | 7 months ago | | | 0 | 0.00057741518 | |
| 19637509 | 8 months ago | | | 0 | 0.00053705045 |
ABI
ABI objects
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 owner) view returns (uint256)
checkPresale(bytes32[] proof, address wallet) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getIndexedLeafFor(address wallet, uint256 index) pure returns (bytes32)
getLeafFor(address wallet) pure returns (bytes32)
getNextPresaleIndex(address wallet) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTokens(uint256 count) payable
presaleTokens(bytes32[] proof, uint256 count) payable
release(address account)
releaseToSelf()
renounceOwnership()
reserveTokens(address[] friends, uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseUri)
setMerkleRoot(bytes32 __presaleRoot)
setMintingState(bool __presaleActive, bool __publicMintingActive, uint256 __presalePricePerNft, uint256 __publicMintPricePerNft)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferPayee(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PayeeTransferred(address oldOwner, address newOwner)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedsMaxSupply()
ExceedsPresaleSupply()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
ProofInvalidPresale()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()