Master Yield Pass
Verified contract
Active on
Base with 20,133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22253627 | 12 days ago | | | 0 | 0.000000067245623370 | |
| 22106265 | 15 days ago | | | 0 | 6.9422235e-7 | |
| 22106195 | 15 days ago | | | 0 | 5.3638839e-7 | |
| 22106190 | 15 days ago | | | 0 | 4.1499909e-7 | |
| 22106186 | 15 days ago | | | 0 | 5.3749403e-7 | |
| 22106173 | 15 days ago | | | 0 | 0.000000401340456575 | |
| 22106171 | 15 days ago | | | 0 | 5.4031363e-7 | |
| 22106152 | 15 days ago | | | 0 | 5.4443573e-7 | |
| 22106141 | 15 days ago | | | 0 | 5.4622212e-7 | |
| 22106134 | 15 days ago | | | 0 | 5.4815454e-7 |
ABI
ABI objects
Getter at block 22754342
contractURI() view returns (string)
maxTotalSupplyAllowed() view returns (uint16)
10000
name() view returns (string)
Master Yield Pass
owner() view returns (address)
0x1058efa970b212454ef10d178d02759bbf59d4fc
symbol() view returns (string)
MYP
totalSupply() view returns (uint256)
10000
whitelistGuaranteeEnabled() view returns (bool)
true
whitelistLuckyEnabled() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
hasClaimed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isWhitelist(bytes32[] proof, address user, uint8 phase) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newURI)
setURI(string newuri)
setWhitelist1MerkleRoot(bytes32 merkleRoot_)
setWhitelist2MerkleRoot(bytes32 merkleRoot_)
setWhitelistGuaranteeEnabled(bool _enabled)
setWhitelistLuckyEnabled(bool _enabled)
transferOwnership(address newOwner)
whitelistClaim(uint8 phase, bytes32[] proof)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenMinted(address indexed to, string phase)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)