Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Mfers | ERC-20 | 100T | -- | -- | |
BICO | ERC-20 | 200K | -- | -- | |
0x57f1…ea85 (#44252509348873422352542433770687057718706214396529301858009187567338621892593) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168619 | 6 minutes ago | | | 0 | 0.0014090614 | |
| 21168379 | an hour ago | | | 0 | 0.0012471255 | |
| 21168336 | an hour ago | | | 0 | 0.0011429092 | |
| 21168288 | an hour ago | | | 0 | 0.0025743321 | |
| 21168169 | 2 hours ago | | | 0 | 0.0013871756 | |
| 21168165 | 2 hours ago | | | 0 | 0.0015590889 | |
| 21168007 | 2 hours ago | | | 0 | 0.0017704320 | |
| 21167993 | 2 hours ago | | | 0 | 0.0020395978 | |
| 21167971 | 2 hours ago | | | 0 | 0.0017544129 | |
| 21167806 | 3 hours ago | | | 0 | 0.0017700691 |
ABI
ABI objects
Getter at block 21168647
PROVENANCE() view returns (string)
0c033ffe09e0c9362982c4c5d65c289c73cf4f2a53bc87709099e422e67eff26
name() view returns (string)
mfer
owner() view returns (address)
0x21130e908bba2d41b63fbca7caa131285b8724f8
saleIsActive() view returns (bool)
false
shareholderAddress() view returns (address)
0x9b2a5804d0b835851c78dfeabdccd517568dd9a2
symbol() view returns (string)
MFER
totalSupply() view returns (uint256)
10021
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
setSaleState(bool newState)
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.