Balances ($8.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TORG | ERC-20 | 124.351937M | $0.00 |
$8.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21107269 | 22 days ago | | | 0 | 0.00044977795 | |
| 20886248 | 2 months ago | | | 0 | 0.00044043853 | |
| 20886241 | 2 months ago | | | 0 | 0.00040811382 | |
| 20868744 | 2 months ago | | | 0 | 0.00051368484 | |
| 20790755 | 2 months ago | | | 0 | 0.0010546123 | |
| 20734223 | 2 months ago | | | 0 | 0.00027434738 | |
| 20726702 | 2 months ago | | | 0 | 0.000059505070 | |
| 20686186 | 3 months ago | | | 0 | 0.00020028198 | |
| 20686130 | 3 months ago | | | 0 | 0.00032646531 | |
| 20670857 | 3 months ago | | | 0 | 0.00056640034 |
ABI
ABI objects
Getter at block 21263083
decimals() view returns (uint8)
18
name() view returns (string)
TORG
symbol() view returns (string)
TORG
totalSupply() view returns (uint256)
777000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAmountOutMin(address _tokenIn, address _tokenOut, uint256 _amountIn) view returns (uint256)
State-modifying
Events addLiquidity(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setUniswapRouter(address uniswap_router)
setWeth(address weth)
swap(address _tokenIn, address _tokenOut, uint256 _amountIn, uint256 _amountOutMin, address _to) returns (uint256[] amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.