MileVerse
Verified contract
Active on
Ethereum with 15,136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,829.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MVC | ERC-20 | 1.440002M | $0.004048 |
$5,829.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269024 | 9 hours ago | | | 0 | 0.00038562639 | |
| 21266478 | 17 hours ago | | | 0 | 0.00059648800 | |
| 21265626 | 20 hours ago | | | 0 | 0.0011905874 | |
| 21264760 | a day ago | | | 0 | 0.00053028163 | |
| 21264645 | a day ago | | | 0 | 0.00049955513 | |
| 21263829 | a day ago | | | 0 | 0.00040084370 | |
| 21262045 | a day ago | | | 0 | 0.00050214885 | |
| 21257010 | 2 days ago | | | 0 | 0.00043136406 | |
| 21254251 | 2 days ago | | | 0 | 0.00044584059 | |
| 21253901 | 2 days ago | | | 0 | 0.00048586494 |
ABI
ABI objects
Getter at block 21271568
decimals() view returns (uint8 tokenDecimals)
18
name() view returns (string tokenName)
MileVerse
owner() view returns (address ownerAddress)
0xddaf2d4a253a62833024846ae99a640ec23f1ef4
paused() view returns (bool)
false
symbol() view returns (string tokenSymbol)
MVC
totalSupply() view returns (uint256 total)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
isFrozen(address target) view returns (bool frozen)
lockInfo(address locked, uint256 index) view returns (uint256 amount, uint256 due)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
freeze(address target) returns (bool success)
pause() returns (bool success)
releaseLock(address from) returns (bool success)
renounceOwnership() returns (bool success)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner) returns (bool success)
transferWithLockUp(address recipient, uint256 amount, uint256 due) returns (bool success)
unFreeze(address target) returns (bool success)
unPause() returns (bool success)
unlock(address from) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 amount)
Freeze(address indexed target)
Lock(address indexed from, uint256 amount, uint256 due)
OwnershipTransferred(address indexed currentOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 amount)
Unfreeze(address indexed target)
Unlock(address indexed from, uint256 amount)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.