LedgerMobile
Verified contract
Active on
Ethereum with 768 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 "LedgerMobile"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16331847 | 2 years ago | | | 0 | 0.00038529705 | |
| 16331840 | 2 years ago | | | 0 | 0.00039460105 | |
| 16331839 | 2 years ago | | | 0 | 0.00039776024 | |
| 16331839 | 2 years ago | | | 0 | 0.00042106331 | |
| 16331839 | 2 years ago | | | 0 | 0.00038157904 | |
| 16331829 | 2 years ago | | | 0 | 0.00038935988 | |
| 16331828 | 2 years ago | | | 0 | 0.00039015519 | |
| 16331827 | 2 years ago | | | 0 | 0.00038647829 | |
| 15617462 | 2 years ago | | | 0 | 0.00026555620 | |
| 15269082 | 2 years ago | | | 0 | 0.00032969037 |
ABI
ABI objects
Getter at block 21413949
baseURI() view returns (string)
https://bafybeihczdfqd5i6ccrpwsur7nn3l75ekhb2iek43qckom4tzvaudqaqke.ipfs.nftstorage.link/metadata/
maxPerAccount() view returns (uint256)
2
maxSupply() view returns (uint256)
1973
name() view returns (string)
LedgerMobile
owner() view returns (address)
0x95fa7395bf21ade8e9bc41ec75e64e8c0200160c
price() view returns (uint256)
19730000000000000
state() view returns (uint8)
2
symbol() view returns (string)
LM
totalSupply() view returns (uint256)
1315
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)
whitelist(address) view returns (bool)
State-modifying
Events addWhitelist(address[] _whitelist)
approve(address to, uint256 tokenId)
mint(uint256 count) payable
presaleMint(uint256 count)
removeWhitelist(address[] _whitelist)
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)
setState(uint8 _state)
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)
Mint(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMint(address recipient)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address recipient)
constructor(uint256 _maxSupply, address _preMintRecipient, uint256 _preMintCount, uint256 _maxPerAccount, uint256 _price, string _uri)
receive()
PandaNft__CountZero()
PandaNft__EthNotEnough()
PandaNft__MaxPerAccountReached()
PandaNft__MaxSupplyReached()
PandaNft__NotInWhitelist()
PandaNft__NotPresaleState()
PandaNft__NotPublicSaleState()