FlufMarketplace
Verified contract
Active on
Ethereum with 3,844 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 "FlufMarketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14068438 | 3 years ago | | | 0 | 0.0053803734 | |
| 13986537 | 3 years ago | | | 0.05 | 0.063752000 | |
| 13986535 | 3 years ago | | | 0.5 | 0.0058788140 | |
| 13986535 | 3 years ago | | | 0.05 | 0.0058788140 | |
| 13980824 | 3 years ago | | | 0 | 0.0052332694 | |
| 13979609 | 3 years ago | | | 0.01 | 0.0046850674 | |
| 13975892 | 3 years ago | | | 0.01 | 0.0028383521 | |
| 13975826 | 3 years ago | | | 0.01 | 0.0034207885 | |
| 13975824 | 3 years ago | | | 0.01 | 0.0034125101 | |
| 13975783 | 3 years ago | | | 0.01 | 0.0051338475 |
ABI
ABI objects
Getter at block 21172930
flufAssetsAddress() view returns (address)
0x6fad73936527d2a82aea5384d252462941b44042
getEthBalance() view returns (uint256)
0
owner() view returns (address)
0x888734344d8de3a675187966ec84db35f7723793
Read-only
assetAddress(string) view returns (address)
assetPricing(uint256) view returns (uint256 price)
getAssetPrice(uint256 assetId) view returns (uint256)
isVaultStocked(uint256 assetId, uint256 quantity) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whiteList(uint256, address) view returns (bool)
whiteListEnabled(uint256) view returns (bool)
State-modifying
Events buyAsset(uint256 assetId, uint256 quantity) payable
changeAssetPrice(uint256 assetId, uint256 newPrice) payable
changeAssetPriceBatch(uint256[] assetIds, uint256[] newPrices) payable
emergencyTokenWithdraw(uint256 _asset, uint256 _amount) payable
listNewAssetType(address _address, string _name) returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setFlufAssetsAddress(address _address)
setWhiteList(address[] _addresses, uint256 assetId, bool _state)
setWhiteListState(uint256[] _assetIds, bool _state)
transferOwnership(address newOwner)
withdrawFunds()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.