MinimenClub - Legendary
Verified contract
Active on
Ethereum with 153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 68 additional slots
Balances ($0.00)
No balances found for "MinimenClub - Legendary"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20151779 | 5 months ago | | | 0 | 0.00010193462 | |
| 19210791 | 9 months ago | | | 0 | 0.00052443786 | |
| 18984023 | 10 months ago | | | 0 | 0.0018610290 | |
| 18444429 | a year ago | | | 0 | 0.0010162209 | |
| 18432632 | a year ago | | | 0 | 0.00034507976 | |
| 18337608 | a year ago | | | 0 | 0.00025305657 | |
| 18294053 | a year ago | | | 0 | 0.00032399175 | |
| 16885922 | 2 years ago | | | 0 | 0.0012073169 | |
| 16869995 | 2 years ago | | | 0 | 0.0013675309 | |
| 16282223 | 2 years ago | | | 0 | 0.00090151790 |
ABI
ABI objects
Getter at block 21207336
MAX_TOKENS() view returns (uint256)
69
mintSourceAddress() view returns (address)
0xa55d6016065fd576e64f3081cd64e1dd3a0488da
name() view returns (string)
MinimenClub - Legendary
owner() view returns (address)
0xf15fb9725ed82627adfae9f03b38fddd1c4d9753
symbol() view returns (string)
MML
tokenDirectory() view returns (string)
QmZDjgPSf2VoL1uDuA7PE34MSCKy8Lp64EhymkLxorgKa9
totalSupply() view returns (uint256)
65
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address claimer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenDirectory(string _tokenDirectory)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalty(uint256 royaltyBPS, address royaltyWallet)
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 name, string symbol, string _tokenDirectory, address _sourceAddress, uint256 royalty, address royaltyWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerNotOwner()
IndexOverOwnerBalance()
InvalidMintCaller()
InvalidRange()
MethodDisabled()
MintExistingToken()
MintToZeroAddress()
OverTokenLimit()
OwnerNotZero()
QueryForNonexistentToken()
QueryForZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()