[ Ledger ] Market Pass - Genesis Edition
Verified contract
Active on
Ethereum with 37,234 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 112.121537 | $0.477138 |
$53.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159252 | 12 hours ago | | | 0 | 0.0013921501 | |
| 21158597 | 15 hours ago | | | 0 | 0.0012097685 | |
| 21119461 | 6 days ago | | | 0 | 0.00015133021 | |
| 21117899 | 6 days ago | | | 0 | 0.00021848193 | |
| 21107187 | 8 days ago | | | 0 | 0.00013279200 | |
| 21107179 | 8 days ago | | | 0 | 0.00012401036 | |
| 21106443 | 8 days ago | | | 0 | 0.000089273940 | |
| 21106415 | 8 days ago | | | 0 | 0.000094255200 | |
| 21106133 | 8 days ago | | | 0 | 0.00010402139 | |
| 21106115 | 8 days ago | | | 0 | 0.00011655920 |
ABI
ABI objects
Getter at block 21162966
contractURI() view returns (string)
https://metadata.ledger.com/ledger-community-pass/contract-metadata
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
300000000000000000
name() view returns (string)
[ Ledger ] Market Pass - Genesis Edition
owner() view returns (address)
0xadf49b9f133fb137e82b24f06d23e49c51f586c7
phase() view returns (uint8)
1
proxyTrackingContract() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0xf22ece0e77a7691f64cbcebe59b37e14ffbdc345
symbol() view returns (string)
LMP
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
minted(address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
burn(uint256 id)
mint() payable
ownerMint(address to, uint256 amount)
preSaleMint(bytes signature) payable
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string baseContractURI_)
setMintPrice(uint256 mintPrice_)
setOwner(address newOwner)
setPhase(uint8 phase_)
setProxyTrackingContract(address proxyTrackingContract_)
transferFrom(address from, address to, uint256 id)
transferSigner(address newSigner)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(uint256 _maxSupply, string _baseTokenURI, string _baseContractURI, string _name, string _symbol)
This contract contains no fallback and receive objects.
AccountAlreadyMintedMax()
ContractCantMint()
ContractLocked()
InsufficientFunds()
InvalidBaseContractURL()
InvalidBaseURI()
InvalidMintPrice()
InvalidSignature()
MintNotAvailable()
MintPriceAlreadyUpdated()
NewSignerCantBeZero()
NotOwner()
NothingToWithdraw()
SupplyLimitReached()
TokenDoesNotExist()
WithdrawFailed()