Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6aad…b770
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RELIEF | ERC-20 | 822.838219 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23142196 | a day ago | | | 0 | 0.000014218901 | |
| 23142182 | a day ago | | | 0 | 0.000014460938 | |
| 23142176 | a day ago | | | 0 | 0.000014285711 | |
| 23128689 | a day ago | | | 0 | 0.0000092938166 | |
| 23030463 | 4 days ago | | | 0 | 0.000016065390 | |
| 23029294 | 4 days ago | | | 0 | 0.000013801558 | |
| 23024072 | 4 days ago | | | 0 | 0.0000033114835 | |
| 23023364 | 4 days ago | | | 0 | 0.000014734756 | |
| 22987515 | 5 days ago | | | 0 | 0.000015968643 | |
| 22911221 | 6 days ago | | | 0 | 0.0000061756324 |
ABI
ABI objects
Getter at block 23184943
decimals() view returns (uint8)
18
dex() view returns (address)
0x96cad68444c1dc8ae728b4708db8f49f3a7be68b
dispatcher() view returns (address)
0xad0496c90ef1dd00601229aaad6c066d7b93fdc4
getTWAP() view returns (int24)
-187589
limitOrderContract() view returns (address)
0x300af2ede7cd604355a09884a1521af732f3b8f7
name() view returns (string)
Relief
pool() view returns (address)
0x6aada1ae6844cd5e52b84cafde671d6652f2b770
symbol() view returns (string)
RELIEF
totalSupply() view returns (uint256)
1000000000000000000000000000
treasury() view returns (address)
0xf2bd327f7e42ef9eda3e65c7c5355be5f3333267
twapInterval() view returns (uint32)
3600
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address) view returns (uint256)
getTaxes(address _dex) view returns (uint256 buy, uint256 sell)
sellTax(address) view returns (uint256)
taxed(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize(address _dex, address _pool, uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdrawTaxes(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DexUpdated(address indexed oldDex, address indexed newDex)
TaxesUpdated(address indexed dex, uint256 buyTax, uint256 sellTax)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _initialSupply, address _weth, address _limitOrderContract, address _dispatcher, address _treasury)
receive()
AlreadyInitialized()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 value)
ERC20InsufficientBalance(address owner, uint256 balance, uint256 value)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OnlyTreasury()
TaxTooHigh()