FLUF World: Scenes and Sounds
Verified contract
Active on
Ethereum with 21,785 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x6fad…4042 | ERC-1555 | 659 | -- | -- | |
0x6fad…4042 | ERC-1555 | 643 | -- | -- | |
0x6fad…4042 | ERC-1555 | 628 | -- | -- | |
0x6fad…4042 | ERC-1555 | 616 | -- | -- | |
0x6fad…4042 | ERC-1555 | 613 | -- | -- | |
0x6fad…4042 | ERC-1555 | 583 | -- | -- | |
0x6fad…4042 | ERC-1555 | 583 | -- | -- | |
0x6fad…4042 | ERC-1555 | 573 | -- | -- | |
0x6fad…4042 | ERC-1555 | 562 | -- | -- | |
0x6fad…4042 | ERC-1555 | 550 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155227 | 2 days ago | | | 0 | 0.0013644472 | |
| 21155219 | 2 days ago | | | 0 | 0.0019998718 | |
| 21152905 | 3 days ago | | | 0 | 0.00068812454 | |
| 21149055 | 3 days ago | | | 0 | 0.00086381141 | |
| 21136351 | 5 days ago | | | 0 | 0.00072261223 | |
| 21125701 | 7 days ago | | | 0 | 0.0015538535 | |
| 21125528 | 7 days ago | | | 0 | 0.0015339941 | |
| 21125499 | 7 days ago | | | 0 | 0.0011174595 | |
| 21122842 | 7 days ago | | | 0 | 0.00076268811 | |
| 21115891 | 8 days ago | | | 0 | 0.0010172912 |
ABI
ABI objects
Getter at block 21172323
flufAddress() view returns (address)
0xccc441ac31f02cd96c153db6fd5fe0a2f4e6a68d
name() view returns (string)
FLUF World: Scenes and Sounds
owner() view returns (address)
0xe19b13b8ef1d5ee1da1928b41a901702db006378
signingWallet() view returns (address)
0xb1a7635f5f280feab157905f19c25a6db936aab8
Read-only
assets(uint256) view returns (string assetType, string assetName)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
flufHasDefault(uint256) view returns (bool)
flufLock(uint256) view returns (uint256 background, uint256 music)
getAssetIdType(uint256 _id) view returns (string)
getFlufHasDefault(uint256 _flufId) view returns (bool)
getTokenURI(uint256 _id) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
isFlufOwner(uint256 tokenId, address _address) view returns (bool)
recoverSigner(bytes32 _ethSignedMessageHash, bytes _signature) pure returns (address)
splitSignature(bytes sig) pure returns (bytes32 r, bytes32 s, uint8 v)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events adminSetDefaultForFluf(uint256 _flufId, uint256 _defaultBackground, uint256 _defaultMusic)
approveAndSetDefault(bytes32 _ethSignedMessageHash, bytes _signature, uint256 flufId, uint256 _defaultBackground, uint256 _defaultMusic)
emergencyTokenWithdraw(uint256 _asset, uint256 _amount)
listNewAsset(uint256 _id, string _assetName, string _assetType) returns (bool)
listNewAssetBatch(uint256[] _ids, string[] _assetNames, string[] _assetTypes) returns (bool)
mintBatch(uint256[] ids, uint256[] amounts)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractName(string _name)
setFlufAddress(address _address)
setTokenURI(string _tokenURI)
swap(uint256 tokenId, uint256 backgroundAssetLockIn, uint256 musicAssetLockIn)
transferOwnership(address newOwner)
updateSigningWallet(address _address)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address by, uint256 musicAssetLockIn, uint256 backgroundAssetLockIn, uint256 tokenId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.