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 "ELMOFOS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146358 | 21 days ago | | | 0 | 0.00063894100 | |
| 20895128 | 2 months ago | | | 0 | 0.00020338423 | |
| 20888318 | 2 months ago | | | 0 | 0.00029710876 | |
| 20888300 | 2 months ago | | | 0 | 0.00019756343 | |
| 20888275 | 2 months ago | | | 0 | 0.00014614772 | |
| 20888261 | 2 months ago | | | 0 | 0.00014896491 | |
| 20396627 | 4 months ago | | | 0 | 0.00012190792 | |
| 20370067 | 4 months ago | | | 0 | 0.00074225237 | |
| 20140590 | 5 months ago | | | 0 | 0.00035417939 | |
| 20081360 | 6 months ago | | | 0 | 0.00050585433 |
ABI
ABI objects
Getter at block 21297655
MAX_MINT_PER_TXN() view returns (uint256)
10
MAX_MINT_PER_WALLET() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
1000
NFT_PRICE() view returns (uint256)
300000000000000000
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeiagzelassfkopzzym7rd242zfd4plp5uzgj5hawviepeedlyctz7e/
mintStarted() view returns (bool)
true
name() view returns (string)
ELMOFOS
owner() view returns (address)
0x47c60a70e56e701d7a5575f2dbbee2dfff585bd4
symbol() view returns (string)
LMFO
totalSupply() view returns (uint256)
486
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)
tokensOfOwner(address _owner) view returns (uint256[])
walletNFTCount(address) view returns (uint256)
walletNftBalance(address _walletAddress) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num) payable
preMint(uint256[] tokenIds, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
startMint()
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)
Minted(address indexed to, uint256 indexed tokenId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawn(address indexed to, uint256 amount)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.