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 "mphers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206622 | 11 days ago | | | 0 | 0.00050009279 | |
| 21131014 | 21 days ago | | | 0 | 0.0024160438 | |
| 21130827 | 22 days ago | | | 0 | 0.0010255731 | |
| 21114956 | 24 days ago | | | 0 | 0.00017004005 | |
| 21105925 | 25 days ago | | | 0 | 0.00012217602 | |
| 21104773 | 25 days ago | | | 0 | 0.000073056374 | |
| 21104771 | 25 days ago | | | 0 | 0.00013476270 | |
| 21033136 | a month ago | | | 0 | 0.00027911288 | |
| 20893111 | 2 months ago | | | 0 | 0.00060309508 | |
| 20795130 | 2 months ago | | | 0 | 0.00059980119 |
ABI
ABI objects
Getter at block 21284896
name() view returns (string)
mphers
owner() view returns (address)
0x5aeabd6c8b63b372ad532d6d1ed9d94dbdca443e
shareholderAddress() view returns (address)
0x5aeabd6c8b63b372ad532d6d1ed9d94dbdca443e
symbol() view returns (string)
MPHER
totalSupply() view returns (uint256)
6969
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)
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)
freeMint(uint256 numberOfTokens)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address shareholderAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.