MintYourLuck
Verified contract
Active on
Ethereum with 244 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 "MintYourLuck"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18411301 | a year ago | | | 0 | 0.00038142718 | |
| 15364747 | 2 years ago | | | 0 | 0.00034319092 | |
| 15364694 | 2 years ago | | | 0 | 0.00037461345 | |
| 15362832 | 2 years ago | | | 0 | 0.00036521015 | |
| 15362831 | 2 years ago | | | 0 | 0.00038697666 | |
| 15329839 | 2 years ago | | | 0 | 0.00063082680 | |
| 15329118 | 2 years ago | | | 0 | 0.00058262007 | |
| 15329111 | 2 years ago | | | 0 | 0.00069117413 | |
| 15329041 | 2 years ago | | | 0 | 0.00067957278 | |
| 15329022 | 2 years ago | | | 0 | 0.00049064668 |
ABI
ABI objects
Getter at block 21302594
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmR1bmYTnKr2VGQuqjk4HTKzHrLJXzJMtGvuVxxjj7W6L6/
maxMintAmountPerTxn() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
Mint Your Luck
owner() view returns (address)
0x2663519bd3e1693e5e2f5271441e1ee1963c011f
paused() view returns (bool)
false
symbol() view returns (string)
MYL
totalMinted() view returns (uint256)
2074
totalSupply() view returns (uint256)
2074
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
mintTo(address to, uint256 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxMintAmountPerTxn(uint256 _maxMintAmountPerTxn)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()