FLUF World: Thingies
Verified contract
Active on
Ethereum with 15,246 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 "FLUF World: Thingies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138800 | 4 days ago | | | 0 | 0.00083220931 | |
| 21138768 | 4 days ago | | | 0 | 0.00098826968 | |
| 21135455 | 4 days ago | | | 0 | 0.00052771782 | |
| 21129644 | 5 days ago | | | 0 | 0.0010139150 | |
| 21120846 | 6 days ago | | | 0 | 0.00022721090 | |
| 21114374 | 7 days ago | | | 0 | 0.00032802896 | |
| 21106238 | 8 days ago | | | 0 | 0.00012465420 | |
| 21103644 | 9 days ago | | | 0 | 0.00038452072 | |
| 21102829 | 9 days ago | | | 0 | 0.00014050836 | |
| 21102521 | 9 days ago | | | 0 | 0.00016727903 |
ABI
ABI objects
Getter at block 21165511
MAX_MINT() view returns (uint256)
10
MAX_THINGIES() view returns (uint256)
10000
RENAME_PRICE() view returns (uint256)
9000000000000000
_flufAddress() view returns (address)
0xccc441ac31f02cd96c153db6fd5fe0a2f4e6a68d
baseTokenURI() view returns (string)
https://thingies-api.fluf.world/api/token/
immutableIPFSBucket() view returns (string)
mutableIPFSBucket() view returns (string)
name() view returns (string)
FLUF World: Thingies
owner() view returns (address)
0x4d394948e2842b2a5a6e32bc5abc98ce0e5f267b
state() view returns (uint8)
0
symbol() view returns (string)
THINGIES
totalSupply() view returns (uint256)
9590
Read-only
_thingieForFluf(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFlufMintedStatus(uint256[] tokenIds) view returns (bool[])
isApprovedForAll(address owner, address operator) view returns (bool)
isFlufBatchOwner(uint256[] tokenId, address _address) view returns (bool)
isFlufOwner(uint256 tokenId, address _address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
changeNameAndDescription(uint256 tokenId, string newName, string newDescription) payable
mintThingie(uint256 flufId) returns (uint256)
mintThingieBatch(uint256[] flufId) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFlufAddress(address flufAddress)
setImmutableIPFSBucket(string immutableIPFSBucket_)
setMutableIPFSBucket(string mutableIPFSBucket_)
setRenamePrice(uint256 newPrice)
setStateToParty()
setStateToSetup()
setTokenURI(string tokenUriBase_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAllEth(address payee)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameAndDescriptionChanged(uint256 indexed _tokenId, string _name, string _description)
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.
This contract contains no error objects.