T2SoulSharesFinance
Verified contract
Active on
Ethereum with 711 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,058.23)
Native
Value
$286.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.093676 | $3,059.07 |
$286.56 | |
GORILLA | ERC-20 | 178.450204K | $0.002535 |
$452.42 | |
JOE | ERC-20 | 1.797646K | $0.044895 |
$80.71 | |
PKF | ERC-20 | 2.179204K | $0.028013 |
$61.05 | |
FTX | ERC-20 | 3.226664M | $0.000013 |
$42.82 | |
TOKEN | ERC-20 | 612.329397 | $0.058037 |
$35.54 | |
VANRY | ERC-20 | 232.374712 | $0.095455 |
$22.18 | |
UNI | ERC-20 | 1.737874 | $8.64 |
$15.02 | |
GROK | ERC-20 | 1.443275K | $0.009538 |
$13.77 | |
YOYO | ERC-20 | 33.346125K | $0.000348 |
$11.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098323 | 5 months ago | | | 0 | 0.0010451017 | |
| 20098316 | 5 months ago | | | 0 | 0.0011376054 | |
| 20098311 | 5 months ago | | | 0 | 0.0012281057 | |
| 20098247 | 5 months ago | | | 0 | 0.0029897442 | |
| 20098218 | 5 months ago | | | 0 | 0.0026550135 | |
| 20098193 | 5 months ago | | | 0 | 0.0016576582 | |
| 20098176 | 5 months ago | | | 0 | 0.0019110859 | |
| 20097767 | 5 months ago | | | 0 | 0.00018644937 | |
| 20097767 | 5 months ago | | | 0 | 0.00021578842 | |
| 20097766 | 5 months ago | | | 0 | 0.00018747398 |
ABI
ABI objects
Getter at block 21210289
WETHAddr() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
basePrice() view returns (uint256)
10000000000000000
deadLineSec() view returns (uint24)
300
getFeesInfor() view returns (uint256 _protocolFee, uint256 _subjectFee, uint256 _lessOneProtocolFee, uint256 _lessOneSharesPoolFee)
(_protocolFee=10000000000000000, _subjectFee=10000000000000000, _lessOneProtocolFee=20000000000000000, _lessOneSharesPoolFee=80000000000000000)
owner() view returns (address)
0x8719f331c217e072cd8e13cd2e881958f15e0c33
paused() view returns (bool)
false
protocolFeeDestination() view returns (address)
0x2dfd4225de01dd83da644285d07fe2a43a5cea62
swapRouteV2Addr() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapRouteV3Addr() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
t2swapDataAddr() view returns (address)
0x0bbe0b9781143ac6761b26d0dd899f44422f9602
Read-only
getBindRoomAddr(uint256 roomId) view returns (address addr)
getBuyPrice(uint256 sharesSubject, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(uint256 sharesSubject, uint256 amount) view returns (uint256)
getETHProfit(uint256 sharesSubject, uint256 sellRatio) view returns (bool existToken_, struct TokenPair[] sellPairs_)
getPrice(uint256 supply, uint256 amount) view returns (uint256)
getSellPrice(uint256 sharesSubject, uint256 amount) view returns (uint256)
getSellPriceAfterFee(uint256 sharesSubject, uint256 amount) view returns (uint256)
getSellRatio(uint256 sharesSubject, uint256 price) view returns (uint256 ratio)
getSharesTokenListByShares(uint256 sharesSubject) view returns (struct TokenPair[])
getSharesTotalAmount(uint256 sharesSubject) view returns (uint256)
getSwaV2pAmount(uint256 amountIn, address tokenIn, address tokenOut) view returns (uint256[] amountOut)
getTokenPairBalance(uint256 sharesSubject, address tokenIn, address tokenOut) view returns (uint256 tokenBalance)
getUniRoterVer(address token) view returns (uint8)
isAdmin(address _address) view returns (bool)
masterFeeBalance(uint256) view returns (uint256)
roomEthBalance(uint256) view returns (uint256)
sharesBalance(uint256, address) view returns (uint256)
sharesPool(uint256) view returns (uint256)
sharesSupply(uint256) view returns (uint256)
State-modifying
Events addAdmin(address _address)
addAdmins(address[] _addresses)
bindRoomAddr(uint256 sharesSubject, uint256 timestamp, bytes _signature) payable returns (bool)
buyShares(uint256 sharesSubject, uint256 amount, uint256 unitValue, uint256 timestamp, bytes _signature) payable
emitTrader(address trader, uint256 subject, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 supply, uint256 poolAmount, uint256 poolTotalAmount)
excuteBuySingle(uint256 sharesSubject, address tokenIn, address tokenOut, uint256 amountIn, uint24 swapFee, uint8 version, uint256 amountOutMin) payable
removeAdmin(address _address)
removeAdmin(address[] _addresses)
renounceOwnership()
sellShares(uint256 sharesSubject, uint256 amount, uint24 swapFee, uint256 unitValue, uint256 timestamp, bytes _signature) payable
sellToken(uint256 sharesSubject, address tokenIn, address tokenOut, uint256 amountIn, uint24 swapFee, uint256 amountOutMin)
setBasePrice(uint256 _basePrice)
setContracts(address verifySigAddr_, address t2t2SigAddr_, address t2swapDataAddr_, address weth_) returns (bool)
setDeadLine(uint24 _deadLine)
setFeeDestination(address _feeDestination)
setFeesInfor(uint256 _protocolFee, uint256 _subjectFee, uint256 _lessOneProtocolFee, uint256 _lessOneSharesPoolFee)
setPause(bool _shouldPause)
setUniSwapAddr(address uniV2RouterAddr_, address uniV3RouterAddr_) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 sharesSubject)
Deposit(address indexed from, uint256 amount)
ExcutSwapSingle(uint256 sharesSubject, address sender, bool isBuy, address tokenIn, uint256 tokenInAmout, address tokenOut, uint256 tokenOutAmout, uint24 swapfeed, address receiver)
OpraterAdmin(address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SharesETHChange(uint256 subject, uint256 tradeType, bool isBuy, uint256 changeAmount)
Trade(address trader, uint256 subject, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 supply, uint256 poolAmount, uint256 poolTotalAmount)
Unpaused(address account)
Withdraw(address indexed from, uint256 amount)
constructor()
fallback()
receive()
This contract contains no error objects.