Furballs
Verified contract
Active on
Ethereum with 20,158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x226d…36fc
0x8cca…3a02
0x92ba…0e20
0xeb05…d955
Balances ($0.00)
No balances found for "Furballs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150099 | a day ago | | | 0 | 0.00027276801 | |
| 20719437 | 2 months ago | | | 0 | 0.00011892386 | |
| 20590751 | 3 months ago | | | 0 | 0.000049200624 | |
| 20589622 | 3 months ago | | | 0 | 0.000047500434 | |
| 20561405 | 3 months ago | | | 0 | 0.00044475595 | |
| 20536505 | 3 months ago | | | 0 | 0.00017838927 | |
| 20453102 | 3 months ago | | | 0 | 0.000023000000 | |
| 20355179 | 4 months ago | | | 0 | 0.00011293497 | |
| 20354841 | 4 months ago | | | 0 | 0.000095750581 | |
| 20235167 | 4 months ago | | | 0 | 0.00032529057 |
ABI
ABI objects
Getter at block 21158119 contractURI() view returns (string)
engine() view returns (address)
0x8ccac50d705eaea687b7c2aa18e51da2739f3a02
fur() view returns (address)
0x226de3151531ad8f6e4f6bebb1bd010ba25436fc
furgreement() view returns (address)
0xeb05e83c6045b911de83d0ac26974cf7f33ed955
governance() view returns (address)
0x92ba1738004d0f565e5463300b7b683c67d90e20
intervalDuration() view returns (uint256)
3600
name() view returns (string)
Furballs
owner() view returns (address)
0xee8b9895f8ff10aaf95af19d78f0ec80a4604ea0
symbol() view returns (string)
FBL
totalSupply() view returns (uint256)
7500
Read-only
admins(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
collect(uint256) view returns (uint16 levels, uint32 experience, uint32 fur, uint128 loot)
editions(uint256) view returns (address)
furballs(uint256) view returns (uint32 number, uint16 count, uint16 rarity, uint32 experience, uint32 zone, uint16 level, uint16 weight, uint64 birth, uint64 trade, uint64 last, uint32 moves)
getApproved(uint256 tokenId) view returns (address)
isAdmin(address addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isModerator(address addr) view returns (bool)
moderators(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stats(uint256 tokenId, bool contextual) view returns (struct FurLibFurballStats)
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 addEdition(address addr, uint8 idx)
approve(address to, uint256 tokenId)
drop(uint256 tokenId, uint128 lootId, uint8 count)
feed(struct FurLibFeeding[] feedings, address actor)
mint(address[] to, uint8 editionIndex, address actor)
pickup(uint256 tokenId, uint128 lootId)
playMany(uint256[] tokenIds, uint32 zone, address actor)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address addr, bool set)
setApprovalForAll(address operator, bool approved)
setEngine(address addr)
setFur(address furAddress)
setFurgreement(address furgAddress)
setGovernance(address addr)
setModerator(address mod, bool set)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade(uint256 tokenId, uint128 lootId, uint8 chances, address actor)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Collection(uint256 tokenId, uint256 responseId)
Inventory(uint256 tokenId, uint128 lootId, uint16 dropped)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 interval)
This contract contains no fallback and receive objects.
This contract contains no error objects.