Defimons Monsters
Verified contract
Active on
Ethereum with 2,123 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 "Defimons Monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264593 | a day ago | | | 0 | 0.00078207479 | |
| 21262148 | a day ago | | | 0 | 0.00037844049 | |
| 21259290 | 2 days ago | | | 0 | 0.00049668830 | |
| 21255242 | 2 days ago | | | 0 | 0.00066709933 | |
| 21253484 | 3 days ago | | | 0 | 0.00043398964 | |
| 21244673 | 4 days ago | | | 0 | 0.00061384742 | |
| 21237333 | 5 days ago | | | 0 | 0.00077680362 | |
| 21235457 | 5 days ago | | | 0 | 0.00057755636 | |
| 21234175 | 5 days ago | | | 0 | 0.00049166561 | |
| 21234168 | 5 days ago | | | 0 | 0.00044582805 |
ABI
ABI objects
Getter at block 21272196
getSalesCount() view returns (uint256)
4
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
maxMint() view returns (uint256)
3333
name() view returns (string)
Defimons Monsters
nextToMint() view returns (uint256)
3334
owner() view returns (address)
0x7382bcf0bda75e8cfdf5d5d7515c6aa59d480a04
symbol() view returns (string)
MONS
Read-only
balanceOf(address owner) view returns (uint256)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getMintedAmount(uint256 saleId_, address user_) view returns (uint256)
getSale(uint256 saleId_) view returns (struct DefimonsStarterMonstersSale)
hasStoredPayload(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isSaleActive(uint256 saleId_) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events addSale(uint64 start_, uint64 finish_, uint8 _limit, uint64 _price, bool whitelist_, bytes32 root_, bool hasMaxMint_, uint40 maxMint_)
approve(address to, uint256 tokenId)
editSale(uint256 saleId_, uint64 start_, uint64 finish_, uint8 _limit, uint64 _price, bool whitelist_, bytes32 root_, uint40 maxMint_)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
onERC721Received(address _operator, address, uint256, bytes) returns (bytes4)
ownerMint(address[] users_, uint256[] quantities_)
publicSaleMint(uint256 saleId_, address user_, uint256 quantity_, bytes32[] proof_) payable
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
retryPayload(uint16 _srcChainId, bytes _srcAddress, bytes _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
send(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMaxMint(uint256 newMaxMint_)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
setURI(string newURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistSaleMint(uint256 saleId_, address user_, uint256 userAllowanceFromApartmentMints_, uint256 quantity_, bytes32[] proof_) payable
withdrawERC20(address token_, address to_, uint256 amount_)
withdrawEther(address to_, uint256 amount_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LogOwnerMint(address[] users, uint256[] amounts)
LogRefund(uint256 indexed saleId, address indexed to, uint256 value)
LogSale(uint256 indexed saleId, address indexed to, uint256 quantity)
LogSaleCreated(uint256 indexed saleId, uint64 start, uint64 finish, uint8 limit, uint64 price, bool whitelist, bytes32 root, bool hasMaxMint, uint40 maxMint)
LogSaleEdited(uint256 indexed saleId, uint64 start, uint64 finish, uint8 limit, uint64 price, bool whitelist, bytes32 root, bool hasMaxMint, uint40 maxMint)
LogSetMaxMint(uint256 prevMaxMint, uint256 newMaxMint)
LogSetURI(string newURI)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256 _tokenId, uint64 _nonce)
SendToChain(address indexed _sender, uint16 indexed _dstChainId, bytes indexed _toAddress, uint256 _tokenId, uint64 _nonce)
SetTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address lzEndpoint_, string initialURI_, uint256 maxMint_)
This contract contains no fallback and receive objects.
AddressessAmountsLengthsMismatchError()
InvalidSaleIntervalError(uint256 start, uint256 finish)
InvalidSaleMaxMintError()
InvalidWhitelistRootError()
MaximumSaleLimitReachedError(uint256 saleId, address user, uint256 limit)
MaximumSaleMintSupplyReachedError(uint256 saleId)
MaximumTotalMintSupplyReachedError()
NotInSalePhaseError(uint256 saleId, uint256 start, uint256 finish, uint256 current)
SaleNotFoundError(uint256 saleId)
StaleMaxMintUpdateError()
UserNotWhitelistedOrWrongProofError(uint256 saleId, address user, bytes32[] proof)
WrongValueSentForMintError(uint256 saleId, uint256 value, uint256 price, uint256 quantity)
ZeroAddressError()
ZeroMintQuantityError()
ZeroUsersToMintError()