Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,462.96)
Native
Value
$6,421.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.879759 | $3,416.37 |
$6,421.95 | |
WETH | ERC-20 | 0.01201 | $3,414.83 |
$41.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182451 | 10 days ago | | | 0 | 0.0012810762 | |
| 21046794 | a month ago | | | 0 | 0.00022666560 | |
| 21046754 | a month ago | | | 0 | 0.00029848560 | |
| 21036420 | a month ago | | | 0 | 0.00058027998 | |
| 21009422 | a month ago | | | 0 | 0.00038106106 | |
| 20790969 | 2 months ago | | | 0 | 0.00063380192 | |
| 20715710 | 2 months ago | | | 0 | 0.00028972384 | |
| 20585388 | 3 months ago | | | 0 | 0.000047186500 | |
| 20449507 | 4 months ago | | | 0 | 0.00024624838 | |
| 20395158 | 4 months ago | | | 0 | 0.000039860190 |
ABI
ABI objects
Getter at block 21256460
getMintPhase() view returns (uint256)
2
name() view returns (string)
mf3rs
owner() view returns (address)
0x92bce497efe4332a8f611004f67e14093b5d0e8c
symbol() view returns (string)
MF3RS
totalMinted() view returns (uint256)
10000
totalReleased() view returns (uint256)
2051254039994500000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
changeMintPhase(uint256 _mintPhase)
lockDevMint()
mint(uint256 quantity, uint256 project, uint256 held, struct ECRecoverLibECDSAVariables wlECDSA)
mintSpecial(address[] recipients)
publicMint(uint256 quantity)
release(address account)
release(address token, address account)
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)
setSigningAuth(address _signingAuth)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address[] payees, uint256[] shares_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()