MOPN VToken #3
Unverified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
MT | ERC-20 | 684.881469K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19096308 | 10 months ago | | | 0 | 0.0017322108 |
ABI
ABI objects
Getter at block 21230715 MTBalance() view returns (uint256 balance) MTBalanceRealtime() view returns (uint256 amount) getBidCurrentPrice() view returns (uint256) getBidInfo() view returns (struct IMOPNCollectionVaultBidStruct bid) getCollectionMOPNPoint() view returns (uint24 point)
AskAcceptPrice() view returns (uint64)
0
AskStartBlock() view returns (uint32)
0
BidAcceptPrice() view returns (uint64)
0
BidAcceptTokenId() view returns (uint256)
0
BidStartBlock() view returns (uint32)
0
VaultStatus() view returns (uint8)
0
collectionAddress() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
decimals() view returns (uint8)
6
getAskCurrentPrice() view returns (uint256 price)
0
getAskInfo() view returns (struct IMOPNCollectionVaultAskStruct auction)
(0, 0, 0, 0, 0)
governance() view returns (address)
0xf2ddf4151ca1719418454150a19cd86a6fad7705
name() view returns (string)
MOPN VToken #3
symbol() view returns (string)
MVT #3
totalSupply() view returns (uint256)
589522479
Read-only
MT2VAmount(uint256 MTAmount, bool onReceived) view returns (uint256 VAmount)
MT2VAmountRealtime(uint256 MTAmount, bool onReceived) view returns (uint256 VAmount)
V2MTAmount(uint256 VAmount) view returns (uint256 MTAmount)
V2MTAmountRealtime(uint256 VAmount) view returns (uint256 MTAmount)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAskPrice(uint256 reduceTimes) view returns (uint256)
getBidPrice(uint256 increaseTimes) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events acceptBid(uint256 tokenId)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
onERC20Received(address, address from, uint256 value, bytes data) returns (bytes4)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
AskAccept(address indexed operator, uint256 tokenId, uint256 price)
BidAccept(address indexed operator, uint256 tokenId, uint256 price)
MTDeposit(address indexed operator, uint256 MTAmount, uint256 VTAmount)
MTWithdraw(address indexed operator, uint256 MTAmount, uint256 VTAmount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.