Le Fruit
Verified contract
Active on
Ethereum with 5,489 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 "Le Fruit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903683 | a year ago | | | 0 | 0.00062320823 | |
| 18401988 | a year ago | | | 0 | 0.00037407898 | |
| 17045432 | 2 years ago | | | 0 | 0.0011948564 | |
| 16936131 | 2 years ago | | | 0 | 0.0016339096 | |
| 16738684 | 2 years ago | | | 0 | 0.00097528868 | |
| 16697314 | 2 years ago | | | 0 | 0.0012135363 | |
| 16697264 | 2 years ago | | | 0 | 0.0013677535 | |
| 16660855 | 2 years ago | | | 0 | 0.00095545757 | |
| 16650317 | 2 years ago | | | 0 | 0.0019044097 | |
| 16650317 | 2 years ago | | | 0 | 0.0019054018 |
ABI
ABI objects
Getter at block 21384072
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
2
MINTSIZE() view returns (uint256)
4799
baseURI() view returns (string)
ipfs://QmPKc8ApdcQ5Y1QBBcucTNSmBpQRXsw5JYpP8LMe8LWsay/
getPrice() view returns (uint256)
7000000000000000
live() view returns (bool)
true
name() view returns (string)
Le Fruit
owner() view returns (address)
0x32653277a4759813924ebb3be9ac4d98a55a153e
price() view returns (uint256)
7000000000000000
reserve() view returns (uint256)
201
symbol() view returns (string)
LEFR
totalSupply() view returns (uint256)
4799
vipPrice() view returns (uint256)
10000000000000000
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)
vipToken(uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
goLive(bool _live)
mint(uint256 _amt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
setVIPPrice(uint256 _vipprice)
storing(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
vault()
vipMint(uint256 _amt) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()