MoneyHero.club Membership Tickets
Verified contract
Active on
Ethereum with 722 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.09)
Native
Value
$0.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00003 | $3,119.12 |
$0.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20927653 | a month ago | | | 0 | 0.0013551614 | |
| 20040867 | 5 months ago | | | 0 | 0.00060811746 | |
| 20032699 | 5 months ago | | | 0 | 0.0012047653 | |
| 20032648 | 5 months ago | | | 0 | 0.00095575201 | |
| 20032644 | 5 months ago | | | 0 | 0.0011837474 | |
| 19919848 | 6 months ago | | | 0 | 0.00069545627 | |
| 19919839 | 6 months ago | | | 0.0000001 | 0.0029811246 | |
| 19919836 | 6 months ago | | | 0 | 0.00070893613 | |
| 19919826 | 6 months ago | | | 0 | 0.0012947840 | |
| 19919822 | 6 months ago | | | 0 | 0.00077085384 |
ABI
ABI objects
Getter at block 21221519
earlyMintOpen() view returns (bool)
true
name() view returns (string)
MoneyHero.club Membership Tickets
owner() view returns (address)
0xbfd998ee7009e717721d2ea99929537e357db63e
pauseAtId() view returns (uint256)
10530
pricePerNFT() view returns (uint256)
80000000000000000
regularMintOpen() view returns (bool)
true
symbol() view returns (string)
MYHCLB
totalSupply() view returns (uint256)
531
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownedTokensByAddress(address owner) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
newInfluencer(uint256 _maxMintsForInfluencer, string _uri)
openEarlyMint(bool _isOpen)
openMint(bool _isOpen)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxEarlyMint(uint256 _max)
setPauseAtId(uint256 _pauseAtId)
setPricePerNFT(uint256 _pricePerNFT)
setUri(string _uri)
setUriById(uint256 _id, string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEth()
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(uint256 _pricePerNFT)
This contract contains no fallback and receive objects.
This contract contains no error objects.