Ill MND
Verified contract
Active on
Ethereum with 1,127 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 "Ill MND"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16721401 | 2 years ago | | | 0 | 0.0021238199 | |
| 16307913 | 2 years ago | | | 0 | 0.00071554095 | |
| 15846237 | 2 years ago | | | 0 | 0.00048529424 | |
| 15507327 | 2 years ago | | | 0 | 0.00077133131 | |
| 15366405 | 2 years ago | | | 0 | 0.0011194698 | |
| 15341617 | 2 years ago | | | 0 | 0.00046254704 | |
| 15329037 | 2 years ago | | | 0 | 0.00074157658 | |
| 15326286 | 2 years ago | | | 0 | 0.00039187984 | |
| 15325924 | 2 years ago | | | 0 | 0.00041697351 | |
| 15325598 | 2 years ago | | | 0 | 0.00048297159 |
ABI
ABI objects
Getter at block 21229192
Ownermint() view returns (uint256)
20
cost() view returns (uint256)
0
guaranteedLegendaryPerAddy() view returns (uint256)
1
maxGuaranteedLegendaries() view returns (uint256)
6
maxMintAddress() view returns (uint256)
5
maxSupply() view returns (uint256)
4311
name() view returns (string)
Ill MND
owner() view returns (address)
0x2768fa49ebbeafe8257bc004434099c83ea9f735
paused() view returns (bool)
false
priceGuaranteedLegendary() view returns (uint256)
30000000000000000
symbol() view returns (string)
ILLMND
totalSupply() view returns (uint256)
4307
uriPrefix() view returns (string)
ipfs://QmUdBNPoF1wGmv3SzzJQZksuuzimPnJqTK4sKQs9HznnW6/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintClaimed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setPaused()
setPriceGuaranteedLegendary(uint256 _priceGuaranteedLegendary)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxMintAddress(uint256 _maxMintAddress)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()