MoneyToken
Verified contract
Active on
Ethereum with 39,447 txns
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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002337 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
IMT | ERC-20 | 42.731934K | -- | -- | |
WHACKD | ERC-20 | 21.549881K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
FLOV | ERC-20 | 4 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123289 | 5 days ago | | | 0 | 0.00078669339 | |
| 20848800 | a month ago | | | 0 | 0.00032198794 | |
| 20836000 | a month ago | | | 0 | 0.0020135655 | |
| 20782943 | 2 months ago | | | 0 | 0.00055928520 | |
| 20513932 | 3 months ago | | | 0 | 0.00039441725 | |
| 20453230 | 3 months ago | | | 0 | 0.000051791000 | |
| 20451971 | 3 months ago | | | 0 | 0.000046991000 | |
| 20404992 | 3 months ago | | | 0 | 0.000048470000 | |
| 20404992 | 3 months ago | | | 0 | 0.000046345000 | |
| 19967590 | 5 months ago | | | 0 | 0.0010043634 |
ABI
ABI objects
Getter at block 21158128
decimals() view returns (uint8)
18
name() view returns (string)
MoneyToken
symbol() view returns (string)
IMT
totalSupply() view returns (uint256)
19155705310110000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.