Muverse Token
Verified contract
Active on
Ethereum with 11,009 txns
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 "Muverse Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20846367 | a month ago | | | 0 | 0.00027017922 | |
| 20235261 | 4 months ago | | | 0 | 0.00020565001 | |
| 20235249 | 4 months ago | | | 0 | 0.00022318716 | |
| 19460097 | 8 months ago | | | 0 | 0.0010039754 | |
| 19316251 | 8 months ago | | | 0 | 0.0026461933 | |
| 19140050 | 9 months ago | | | 0 | 0.00078046506 | |
| 19140046 | 9 months ago | | | 0 | 0.0012231713 | |
| 19140040 | 9 months ago | | | 0 | 0.0011938670 | |
| 18913279 | 10 months ago | | | 0 | 0.00045999954 | |
| 18881354 | 10 months ago | | | 0 | 0.00073239807 |
ABI
ABI objects
Getter at block 21162394
Advisors() view returns (uint256)
75000000000000000000000000
AirDrop() view returns (uint256)
25000000000000000000000000
Community_Treasury() view returns (uint256)
100000000000000000000000000
IEO() view returns (uint256)
50000000000000000000000000
MAX_NUM() view returns (uint256)
1000000000000000000000000000
Muverse_Team() view returns (uint256)
150000000000000000000000000
Node() view returns (uint256)
400000000000000000000000000
VC_Backers() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Muverse Token
owner() view returns (address)
0xdeda5a269d66056c7c658fd39ce9190a88fabbec
symbol() view returns (string)
MU
totalSupply() view returns (uint256)
228630000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whiteList(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeWhite(address _adr)
renounceOwnership()
setWhite(address _adr)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.