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 "Mue"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15033043 | 2 years ago | | | 0 | 0.00040893679 | |
| 13899270 | 3 years ago | | | 0 | 0.0080714930 | |
| 13459033 | 3 years ago | | | 0 | 0.0047591875 | |
| 13086906 | 3 years ago | | | 0 | 0.0029618911 | |
| 13086828 | 3 years ago | | | 0 | 0.0024422611 | |
| 12996184 | 3 years ago | | | 0 | 0.0016734240 | |
| 12994945 | 3 years ago | | | 0 | 0.0023902981 | |
| 12994945 | 3 years ago | | | 0 | 0.0019226311 | |
| 12994877 | 3 years ago | | | 0 | 0.0019745941 | |
| 11455665 | 4 years ago | | | 0 | 0.0036070006 |
ABI
ABI objects
Getter at block 21290173
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
TOTAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
cap() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Mue
owner() view returns (address)
0xc0d1240720ab9d4d97b4a2a54c92f1decd797b4e
symbol() view returns (string)
MUE
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockStatus(address) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
burnToken(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockToken(address beneficiary, uint256 amount)
mintToken(uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockToken(address beneficiary)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address _account, uint256 _amount, uint256 _totalSupply)
Lock(address _receiver, uint256 _amount)
Mint(uint256 _supplied, uint256 _amount, uint256 _totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address _receiver, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.