Muscle Brain Monsters
Verified contract
Active on
Ethereum with 2,112 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 "Muscle Brain Monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20570497 | 3 months ago | | | 0 | 0.00012318524 | |
| 20568353 | 3 months ago | | | 0 | 0.000032025811 | |
| 20518714 | 4 months ago | | | 0 | 0.000057187389 | |
| 20508904 | 4 months ago | | | 0 | 0.000092002321 | |
| 20474371 | 4 months ago | | | 0 | 0.000046308812 | |
| 20417187 | 4 months ago | | | 0 | 0.000033555279 | |
| 20417187 | 4 months ago | | | 0 | 0.000029147688 | |
| 20293530 | 5 months ago | | | 0 | 0.000093891645 | |
| 20293457 | 5 months ago | | | 0 | 0.00014467910 | |
| 19908871 | 6 months ago | | | 0 | 0.000079708040 |
ABI
ABI objects
Getter at block 21311567
_baseUri() view returns (string)
https://api.musclebrain.me/musclebrain-metadata/
minter() view returns (address)
0x9f5a92323b5613f2f0edee21efb5eb966dbf34f5
name() view returns (string)
Muscle Brain Monsters
owner() view returns (address)
0x705edd23f5e83d2ec6f4ba3689670b1583056273
purchaseLimit() view returns (uint256)
2
symbol() view returns (string)
MBM
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) pure returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setMinter(address _minter, string __baseUri, uint256 _purchaseLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseTokenURI(string __baseUri)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()
UnableGetTokenOwnerByIndex()