MetaMob OG Launch Pass: Standard
Verified contract
Active on
Ethereum with 525 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 "MetaMob OG Launch Pass: Standard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16477594 | 2 years ago | | | 0 | 0.0020827555 | |
| 15890594 | 2 years ago | | | 0 | 0.0017668761 | |
| 15804388 | 2 years ago | | | 0 | 0.00078244423 | |
| 15792501 | 2 years ago | | | 0 | 0.0011574728 | |
| 15788594 | 2 years ago | | | 0 | 0.0010783458 | |
| 15786156 | 2 years ago | | | 0 | 0.00094667518 | |
| 15694205 | 2 years ago | | | 0 | 0.00020359446 | |
| 15687725 | 2 years ago | | | 0 | 0.00023061000 | |
| 15501403 | 2 years ago | | | 0 | 0.00060101445 | |
| 15492018 | 2 years ago | | | 0 | 0.00084993630 |
ABI
ABI objects
Getter at block 21166040
maxSupply() view returns (uint256)
1000
name() view returns (string)
MetaMob OG Launch Pass: Standard
owner() view returns (address)
0x3f9274987e0013bb80da1b3eb8d543ebe049df75
symbol() view returns (string)
MMLP
totalSupply() view returns (uint256)
434
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 approve(address to, uint256 tokenId)
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.