MoondustToken
Verified contract
Active on
Ethereum with 105 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 "MoondustToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17525623 | a year ago | | | 0 | 0.00064334956 | |
| 13128130 | 3 years ago | | | 0 | 0.0036192972 | |
| 11205902 | 4 years ago | | | 0 | 0.0030143110 | |
| 11135923 | 4 years ago | | | 0 | 0.00084452000 | |
| 11135892 | 4 years ago | | | 0 | 0.0018068500 | |
| 11097689 | 4 years ago | | | 0 | 0.00046686362 | |
| 11087907 | 4 years ago | | | 0 | 0.00060727200 | |
| 11087907 | 4 years ago | | | 0 | 0.0010680720 | |
| 11086519 | 4 years ago | | | 0 | 0.0024476650 | |
| 11086216 | 4 years ago | | | 0 | 0.0021361440 |
ABI
ABI objects
Getter at block 21389205
decimals() view returns (uint8)
18
name() view returns (string)
MoondustToken
owner() view returns (address)
0x93abdfcbba58ba0b901d8ec6e023491e264e597b
symbol() view returns (string)
MOONDUST
totalSupply() view returns (uint256)
8400000000000001084434
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.