Monster Mates
Verified contract
Active on
Ethereum with 3,381 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 "Monster Mates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20205472 | 4 months ago | | | 0 | 0.00017886000 | |
| 19887894 | 6 months ago | | | 0 | 0.00016185569 | |
| 19563575 | 7 months ago | | | 0 | 0.00070431027 | |
| 19563574 | 7 months ago | | | 0 | 0.0011958510 | |
| 18849752 | a year ago | | | 0 | 0.00059331348 | |
| 18799954 | a year ago | | | 0 | 0.0027662654 | |
| 18675636 | a year ago | | | 0 | 0.00072852553 | |
| 18326716 | a year ago | | | 0 | 0.00038582863 | |
| 18314715 | a year ago | | | 0 | 0.00071757261 | |
| 17965513 | a year ago | | | 0 | 0.0016863031 |
ABI
ABI objects
Getter at block 21170799
_reservedTokenIds() view returns (uint256 _value)
168
_tokenIds() view returns (uint256 _value)
5823
getIsEarlySaleActive() view returns (bool)
false
getIsPublicSaleActive() view returns (bool)
false
name() view returns (string)
Monster Mates
owner() view returns (address)
0xb561ed9f46fb5c3b5a69fb6cd4bba5d9e98f57c6
symbol() view returns (string)
MONSTERMATES
totalSupply() view returns (uint256)
5991
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allocateFounderMint(address _addr, uint256 _count)
approve(address to, uint256 tokenId)
earlyMint(bytes32 leaf, bytes32[] proof, uint256 _count) payable returns (uint256, uint256)
founderMint(uint256 _count) returns (uint256, uint256)
publicMint(uint256 _count) payable returns (uint256, uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsEarlySaleActive(bool _isEarlySaleActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.