StakeTONControl
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StakeTONControl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14904030 | 2 years ago | | | 0 | 0.048626846 | |
| 14742063 | 3 years ago | | | 0 | 0.040016760 | |
| 14658186 | 3 years ago | | | 0 | 0.024407944 | |
| 14479212 | 3 years ago | | | 0 | 0.026686147 | |
| 14399626 | 3 years ago | | | 0 | 0.043108460 | |
| 14306399 | 3 years ago | | | 0 | 0.027802316 | |
| 14212786 | 3 years ago | | | 0 | 0.062818013 | |
| 14198561 | 3 years ago | | | 0 | 0.036320123 | |
| 14139989 | 3 years ago | | | 0 | 0.10805186 | |
| 14118571 | 3 years ago | | | 0 | 0.17725512 |
ABI
ABI objects
Getter at block 21329468 canWithdrawLayer2All() view returns (bool can, bool[] canProcessUnStaking)
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
BURNER_ROLE() view returns (bytes32)
0x9667e80708b6eeeb0053fa0cca44e028ff548e2a9f029edfeac87c118b08b7c8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
countStakeTons() view returns (uint256)
4
depositManager() view returns (address)
0x56e465f654393fa48f007ed7346105c7195cee43
layer2() view returns (address)
0x42ccf0769e87cb2952634f607df1c7d62e0bbc52
seigManager() view returns (address)
0x710936500ac59e8551331871cbad3d33d5e0d909
ton() view returns (address)
0x2be5e8c109e2197d077d13a82daead6a9b3433c5
tos() view returns (address)
0x409c4d8cd5d2924b9bc5509230d16a61289c8153
wton() view returns (address)
0xc4a11aaf6ea915ed7ac194161d2fc9384f15bff2
Read-only
canSwappedWTON(uint256 _index) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
stakeTons(uint256) view returns (address)
State-modifying
Events SwapAll(uint256[] amountOuts)
addAdmin(address account)
addStakeTon(uint256 _index, address addr)
addStakeTons(address[] _addr)
deleteStakeTon(uint256 _index)
grantRole(bytes32 role, address account)
removeAdmin(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setInfo(address _ton, address _wton, address _tos, address _depositManager, address _seigManager, address _layer2, uint256 _countStakeTons)
swapTONtoTOS(uint256 _index, uint256 _amountOut)
transferAdmin(address newAdmin)
withdrawLayer2(uint256 _index)
withdrawLayer2All()
withdrawLayer2AllAndSwapAll(uint256[] amountOuts)
withdrawLayer2AndSwapTOS(uint256 _index, uint256 _amountOut)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.