MuscleMonster
Verified contract
Active on
Ethereum with 1,068 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 "MuscleMonster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15786670 | 2 years ago | | | 0 | 0.00084147536 | |
| 15783543 | 2 years ago | | | 0 | 0.0028550758 | |
| 15393225 | 2 years ago | | | 0 | 0.00056430789 | |
| 15393219 | 2 years ago | | | 0 | 0.00048116499 | |
| 15393217 | 2 years ago | | | 0 | 0.00070263378 | |
| 15362068 | 2 years ago | | | 0 | 0.00093056192 | |
| 15362045 | 2 years ago | | | 0 | 0.00038148436 | |
| 15362014 | 2 years ago | | | 0.006 | 0.00077221460 | |
| 15361994 | 2 years ago | | | 0 | 0.00040643228 | |
| 15361994 | 2 years ago | | | 0.009 | 0.00076774188 |
ABI
ABI objects
Getter at block 21185977
cost() view returns (uint256)
3000000000000000
maxPerTx() view returns (uint32)
5
maxSUPPLY() view returns (uint32)
3333
name() view returns (string)
MuscleMonster
owner() view returns (address)
0xc68f8507b44a064bee587145a0b0b1aae6993a93
symbol() view returns (string)
MM
totalSupply() view returns (uint256)
4229
uriPrefix() view returns (string)
ipfs://Qmaytg7FKNuz7DNpNVMxDCWceJ9n9Xjko3NnX6ddkfinso/
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListDrop(uint256 amount)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()