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 |
---|---|---|---|---|---|
REKT | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250944 | 2 days ago | | | 0 | 0.00093086530 | |
| 21205068 | 8 days ago | | | 0 | 0.00031542080 | |
| 21205064 | 8 days ago | | | 0 | 0.00031444547 | |
| 21205054 | 8 days ago | | | 0 | 0.00046837097 | |
| 21069428 | a month ago | | | 0 | 0.00026639376 | |
| 20906864 | 2 months ago | | | 0 | 0.00021864491 | |
| 20904380 | 2 months ago | | | 0 | 0.000076141604 | |
| 20857626 | 2 months ago | | | 0 | 0.00025302159 | |
| 20857518 | 2 months ago | | | 0 | 0.00025140571 | |
| 20788394 | 2 months ago | | | 0 | 0.00037952351 |
ABI
ABI objects
Getter at block 21262466
decimals() pure returns (uint8)
18
name() view returns (string)
$REKT
owner() view returns (address)
0x2c728e1680c288bf952ae1303049b18ed4f9ee30
symbol() view returns (string)
$REKT
totalSupply() view returns (uint256)
500000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
constructor(string _name, string _symbol, uint256 _supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.