Rotharium
Verified contract
Active on
Ethereum with 4,233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,511.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RTH | ERC-20 | 9.265349K | $1.89 |
$17,511.51 | |
FOR | ERC-20 | 1 | $0.00191 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229077 | 5 days ago | | | 0 | 0.00055556118 | |
| 21220603 | 6 days ago | | | 0 | 0.00044404269 | |
| 21220598 | 6 days ago | | | 0 | 0.00052521019 | |
| 21206425 | 8 days ago | | | 0 | 0.00043881841 | |
| 21187520 | 11 days ago | | | 0 | 0.0016574995 | |
| 21155566 | 15 days ago | | | 0 | 0.00051169920 | |
| 21133219 | 18 days ago | | | 0 | 0.00079321742 | |
| 21090063 | 24 days ago | | | 0 | 0.00024051102 | |
| 21061829 | a month ago | | | 0 | 0.00020097070 | |
| 20933711 | 2 months ago | | | 0 | 0.00059818315 |
ABI
ABI objects
Getter at block 21263928
decimals() view returns (uint8)
18
name() view returns (string)
Rotharium
owner() view returns (address)
0x5bf07ebcd652d3f2c32c48323e82ee3c409941e2
symbol() view returns (string)
RTH
totalSupply() view returns (uint256)
5207470248624857142857142
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
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 from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.