Many Hands NFT
Verified contract
Active on
Ethereum with 2,009 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 "Many Hands NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20177366 | 6 months ago | | | 0 | 0.00086342228 | |
| 17408070 | 2 years ago | | | 0 | 0.0014393823 | |
| 17274274 | 2 years ago | | | 0 | 0.0027970744 | |
| 17014825 | 2 years ago | | | 0 | 0.0012885696 | |
| 17008659 | 2 years ago | | | 0 | 0.00086335601 | |
| 16953488 | 2 years ago | | | 0 | 0.0010849167 | |
| 16953470 | 2 years ago | | | 0 | 0.00099476181 | |
| 16731193 | 2 years ago | | | 0 | 0.0013839152 | |
| 16455292 | 2 years ago | | | 0 | 0.0013982486 | |
| 16307483 | 2 years ago | | | 0 | 0.00075023506 |
ABI
ABI objects
Getter at block 21396719
MINT_PRICE() view returns (uint256)
29000000000000000
SUPPLY_LIMIT() view returns (uint256)
5000
baseURI() view returns (string)
ipfs://bafybeigctcvfqzqexxmeyoya57mczjy2fbm2zc3sr3ozq5wikuyloypapq/
mintActive() view returns (bool)
true
name() view returns (string)
Many Hands NFT
owner() view returns (address)
0xc883f209eaf1ea324d8d757b523a5691dd8d81e3
symbol() view returns (string)
MH
totalSupply() view returns (uint256)
5000
withdrawalAddress() view returns (address)
0x7f49d10e729451f5c4005a5c66682ecdedb0e8fa
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
reserve(address recipient, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMintActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
updateRoyaltyConfig(address recipient, uint96 rate)
updateWithdrawalAddress(address recipient)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintToggled(bool indexed isActive)
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()