RETARDED ETH
Verified contract
Active on
Ethereum with 75 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 "RETARDED ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18040239 | a year ago | | | 0 | 0.00067368028 | |
| 18028547 | a year ago | | | 0 | 0.0021143457 | |
| 18028539 | a year ago | | | 0 | 0.0018401566 | |
| 18028536 | a year ago | | | 0 | 0.0018241090 | |
| 18028496 | a year ago | | | 0 | 0.0024183656 | |
| 18028495 | a year ago | | | 0 | 0.0024674839 | |
| 18028495 | a year ago | | | 0 | 0.0025703992 | |
| 18028494 | a year ago | | | 0 | 0.0023866434 | |
| 18028493 | a year ago | | | 0 | 0.0023410832 | |
| 18028489 | a year ago | | | 0 | 0.0026158576 |
ABI
ABI objects
Getter at block 21320007
decimals() view returns (uint8)
18
name() view returns (string)
RETARDED ETH
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.