Catalyst Bridge SSCRT-SETH (Secret Network)
Verified contract
Active on
Ethereum with 105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92.44)
Native
Value
$92.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,081.43 |
$92.44 | |
TANGO | ERC-20 | 149.570995K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14985137 | 2 years ago | | | 0 | 0.0031641234 | |
| 14117248 | 3 years ago | | | 0 | 0.0068855599 | |
| 14117242 | 3 years ago | | | 1 | 0.010124028 | |
| 14037211 | 3 years ago | | | 0 | 0.011428411 | |
| 14035853 | 3 years ago | | | 7 | 0.0076202040 | |
| 14023105 | 3 years ago | | | 0 | 0.0040883549 | |
| 14023105 | 3 years ago | | | 0 | 0.0060492929 | |
| 14017449 | 3 years ago | | | 0 | 0.0086669664 | |
| 13938374 | 3 years ago | | | 0.07 | 0.0080090879 | |
| 13926443 | 3 years ago | | | 0 | 0.0041056457 |
ABI
ABI objects
Getter at block 21209257
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
deadline() view returns (uint256)
108555083659983933209597798445644913612440610624038028786991485007418559037440
depositToken() view returns (address)
0x0000000000000000000000000000000000000000
minDepositAmount() view returns (uint256)
0
name() view returns (string)
Catalyst Bridge SSCRT-SETH (Secret Network)
owner() view returns (address)
0x2d2afee1b001ddc6d33007999c226626894b5d23
paused() view returns (bool)
false
rewardToken() view returns (address)
0x182f4c4c97cd1c24e1df8fc4c053e5c47bf53bef
totalRounds() view returns (uint256)
13
uniRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
Read-only
rounds(uint256) view returns (uint256 startTime, uint256 depositDuration, uint256 stakeDuration, uint256 totalDeposit, uint256 totalWithdrawn, uint256 totalReward, bool withdrawnToSecretNetwork, bool withdrawnByAdmin, bool depositedBack)
userFund(address, uint256) view returns (uint256)
userReward(address, uint256) view returns (uint256)
userWithdrawnFund(address, uint256) view returns (uint256)
State-modifying
Events adminAddRound(uint256 _startTime, uint256 _depositDuration, uint256 _stakeDuration)
adminCollectFund(uint256 _roundId)
adminDepositFund(uint256 _roundId, uint256 _amount, uint256 _rewardAmount) payable
adminDepositFundAndSwapRewards(uint256 _roundId, uint256 _rewardAmount) payable
adminUpdateRound(uint256 _roundId, uint256 _startTime, uint256 _depositDuration, uint256 _stakeDuration)
adminWithdrawETHToSCRT(address _secretBridge, uint256 _roundId, bytes _recipient)
emergencyWithdawn(address _token)
renounceOwnership()
start()
stop()
transferOwnership(address newOwner)
userDeposit(uint256 _roundId, uint256 _amount) payable
userReinvest(uint256 _oldRoundId, uint256 _newRoundId)
userWithDrawn(uint256 _roundId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoundStarted(uint256 indexed roundId, uint256 indexed startTime, uint256 indexed duration)
Unpaused(address account)
UserDeposit(address indexed user, uint256 indexed roundId, uint256 indexed amount)
UserWithdrawn(address indexed user, uint256 indexed roundId, uint256 indexed amount)
constructor(string _name, address _depositToken, address _rewardToken, uint256 _minDepositAmount)
receive()
This contract contains no error objects.