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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243513 | 14 hours ago | | | 0 | 0.00072784294 | |
| 21242698 | 16 hours ago | | | 0 | 0.00054797084 | |
| 21241785 | 20 hours ago | | | 0 | 0.00042574931 | |
| 21241377 | 21 hours ago | | | 0 | 0.00083980400 | |
| 21241148 | a day ago | | | 0 | 0.00048980572 | |
| 21241074 | a day ago | | | 0 | 0.00046057101 | |
| 21238239 | a day ago | | | 0 | 0.0012851595 | |
| 21229853 | 2 days ago | | | 0 | 0.00078789098 | |
| 21227034 | 3 days ago | | | 0 | 0.00042207007 | |
| 21221121 | 4 days ago | | | 0 | 0.00036573087 |
ABI
ABI objects
Getter at block 21247613
AMOUNT_RESERVED() view returns (uint256)
120
FLUF_PRICE() view returns (uint256)
90000000000000000
MAX_FLUFS() view returns (uint256)
10000
MAX_PURCHASE() view returns (uint256)
6
RENAME_PRICE() view returns (uint256)
9000000000000000
baseTokenURI() view returns (string)
https://api.fluf.world/api/token/
immutableIPFSBucket() view returns (string)
mutableIPFSBucket() view returns (string)
name() view returns (string)
FLUF
owner() view returns (address)
0x2d7365e143f71400d2cd7b54462f4365282d6940
state() view returns (uint8)
2
symbol() view returns (string)
FLUF
totalSupply() view returns (uint256)
10000
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)
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)
authoriseFluf(address human, uint256 amountOfFlufs)
authoriseFlufBatch(address[] humans, uint256 amountOfFlufs)
changeNameAndDescription(uint256 tokenId, string newName, string newDescription) payable
mintFluf(address human, uint256 amountOfFlufs) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setImmutableIPFSBucket(string immutableIPFSBucket_)
setMutableIPFSBucket(string mutableIPFSBucket_)
setStartingIndexAndMintReserve(address reserveAddress)
setStateToParty()
setTokenURI(string tokenUriBase_)
startPreParty()
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.