Bit Monsters
Verified contract
Active on
Ethereum with 2,608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ca1…f64c
0x711b…94d2
0xeac2…cebc
0x692a…4629
Balances ($0.00)
No balances found for "Bit Monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730428 | 2 months ago | | | 0 | 0.00011645940 | |
| 20730175 | 2 months ago | | | 0 | 0.00010377840 | |
| 20730050 | 2 months ago | | | 0 | 0.00010312128 | |
| 20330892 | 4 months ago | | | 0 | 0.00026556282 | |
| 20157037 | 5 months ago | | | 0 | 0.00016780909 | |
| 20049942 | 5 months ago | | | 0 | 0.00026518254 | |
| 19995273 | 5 months ago | | | 0 | 0.00024768664 | |
| 19861024 | 6 months ago | | | 0 | 0.00014509161 | |
| 19861021 | 6 months ago | | | 0 | 0.00014165485 | |
| 19861019 | 6 months ago | | | 0 | 0.00013160799 |
ABI
ABI objects
Getter at block 21159788
SUPPLY_LIMIT() view returns (uint256)
6666
brainz() view returns (address)
0x2ca1803b5eb52c2aff90cb2801dda3ccad49f64c
metadata() view returns (address)
0x692a98d0780b2502e5875428814fe3358a7e4629
minter() view returns (address)
0xeac28c1764eab74dc566375265d313a0f619cebc
mutator() view returns (address)
0x711b6e50d0bd28daf556e77bee7ee5cdf24594d2
name() view returns (string)
Bit Monsters
owner() view returns (address)
0x7520b6b741b2dae9f61f6e2a44edd7aba03fe928
symbol() view returns (string)
💰🧟
totalSupply() view returns (uint256)
6667
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBitMonster(uint256 tokenId) view returns (struct BitMonster)
isAdmin(address addr) view returns (bool)
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)
tokenIdToBitMonster(uint256) view returns (bool genesis, bool superYield, uint8 special, uint8 dominant, uint8 recessive, uint8 bgColor, uint8 outfit, uint8 handAccessory, uint8 mouth, uint8 eyes, uint8 headAccessory)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address addr)
approve(address to, uint256 tokenId)
createBitMonster(struct BitMonster bm, address owner)
initialize()
removeAdmin(address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBitMonster(uint256 tokenId, struct BitMonster bm)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] whitelistedAddrs)
This contract contains no fallback and receive objects.
This contract contains no error objects.