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 |
---|---|---|---|---|---|
FUR | ERC-20 | 30K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20394269 | 4 months ago | | | 0 | 0.000036799491 | |
| 20394267 | 4 months ago | | | 0 | 0.000057939623 | |
| 20271286 | 4 months ago | | | 0 | 0.00010992597 | |
| 20165439 | 5 months ago | | | 0 | 0.00013956300 | |
| 20159466 | 5 months ago | | | 0 | 0.00013076647 | |
| 19790210 | 6 months ago | | | 0 | 0.00022873381 | |
| 19515332 | 8 months ago | | | 0 | 0.00047557743 | |
| 19515331 | 8 months ago | | | 0 | 0.00047510680 | |
| 19487614 | 8 months ago | | | 0 | 0.00051491133 | |
| 19487614 | 8 months ago | | | 0 | 0.00051491133 |
ABI
ABI objects
Getter at block 21177324
decimals() view returns (uint8)
0
furballs() view returns (address)
0x2d004b72d8b7d36f9da2e4a14516618bf53bac57
name() view returns (string)
Fur
symbol() view returns (string)
FUR
totalSupply() view returns (uint256)
2338209441
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cleanSnacks(uint256 tokenId) view returns (uint256)
snackEffects(uint256 tokenId) view returns (uint256)
snacks(uint256 tokenId) view returns (struct FurLibSnack[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
earn(address addr, uint256 amount)
gift(address[] tos, uint256[] amounts)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
purchaseMint(address from, uint8 permissions, address to, address edition) returns (bool)
purchaseSnack(address from, uint8 permissions, uint256 tokenId, uint32 snackId, uint16 count)
purchaseUpgrade(struct FurLibRewardModifiers modifiers, address from, uint8 permissions, uint256 tokenId, uint128 lootId, uint8 chances) returns (uint128)
setFurballs(address addr)
spend(address addr, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address furballsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.