Lfg Meep
Verified contract
Active on
Ethereum with 1,208 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.88)
Native
Value
$32.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,288.12 |
$32.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15879206 | 2 years ago | | | 0 | 0.00054257599 | |
| 15554099 | 2 years ago | | | 0.006 | 0.00082357115 | |
| 15553895 | 2 years ago | | | 0.002 | 0.00055538109 | |
| 15552545 | 2 years ago | | | 0.002 | 0.00048138317 | |
| 15552154 | 2 years ago | | | 0 | 0.00027836001 | |
| 15550763 | 2 years ago | | | 0 | 0.00020206693 | |
| 15550749 | 2 years ago | | | 0 | 0.00022035854 | |
| 15550746 | 2 years ago | | | 0 | 0.00016199077 | |
| 15550745 | 2 years ago | | | 0 | 0.00021163694 | |
| 15550737 | 2 years ago | | | 0.01 | 0.00045417107 |
ABI
ABI objects
Getter at block 21274172
GasFireFee() view returns (uint256)
2000000000000000
cost() view returns (uint256)
2000000000000000
maxPerTx() view returns (uint32)
5
maxSupply() view returns (uint32)
5555
name() view returns (string)
Lfg Meep
owner() view returns (address)
0x59500ce328390205e195d6b2900985efbdb56081
symbol() view returns (string)
Meep
totalSupply() view returns (uint256)
5217
uriPrefix() view returns (string)
ipfs://0xb08a61d96108136439180ad3f3e340a24e448f6b/
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)
State-modifying
Events KillMeepAndStakeOneYear(uint256 amount)
approve(address to, uint256 tokenId)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()