Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.436006M | $0.998883 |
$1,434,401.75 | |
MTK | ERC-20 | 215M | $0.003892 |
$836,769.25 | |
WBTC | ERC-20 | 6.514291 | $79,307.00 |
$516,628.86 | |
GMEE | ERC-20 | 14.100187M | $0.010647 |
$150,123.14 | |
USDC | ERC-20 | 138.624508K | $0.999028 |
$138,489.77 | |
MNT | ERC-20 | 130.230643K | $0.79589 |
$103,649.27 | |
TIME | ERC-20 | 4.476693K | $17.57 |
$78,655.5 | |
WELL | ERC-20 | 103.414449M | $0.000418 |
$43,190.01 | |
TOWER | ERC-20 | 16.687338M | $0.001564 |
$26,101.5 | |
SIDUS | ERC-20 | 5.793899M | $0.004459 |
$25,833.6 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157845 | 30 minutes ago | | | 0 | 0.0025192969 | |
| 21157152 | 3 hours ago | | | 0 | 0.0016749770 | |
| 21155698 | 8 hours ago | | | 0 | 0.0013237255 | |
| 21154835 | 11 hours ago | | | 0 | 0.00046114332 | |
| 21154608 | 11 hours ago | | | 0 | 0.00028604498 | |
| 21153158 | 16 hours ago | | | 0 | 0.0013282278 | |
| 21152970 | 17 hours ago | | | 0 | 0.0018874965 | |
| 21152174 | 19 hours ago | | | 0 | 0.00074612109 | |
| 21150279 | a day ago | | | 0 | 0.00082802459 | |
| 21150277 | a day ago | | | 0 | 0.0022344250 |
ABI
ABI objects
Getter at block 21157994
allowLock() view returns (bool)
true
getFullOracleSet() view returns (address[])
[0x3154E640c56D023a98890426A24D1A772f5A38B2, 0x8B06A5D37625F41eE9D9F543482b6562C657EA6F, 0x6D5E361F7E15ebA73e41904F4fB2A7d2ca045162, 0x43931B8c29e34a8C16695408CD56327F511Cf086, 0x7a0d3C42f795BA2dB707D421Add31deda9F1fEc1, 0x88352632350690EF22F9a580e6B413c747c01FB2, 0xeB8975966dAF0C86721C14b8Bb7DFb89FCBB99cA, 0x48Bf4a783ECFb7f9AACab68d28B06fDafF37ac43, 0x954AE64BB0268b06ffEFbb6f454867a5F2CB3177]
Read-only
checkSignature(bytes32 digest, struct TonUtilsSignature sig) pure
checkTokenIsWrappedJetton(address token) pure returns (bool)
disabledTokens(address) view returns (bool)
finishedVotings(bytes32) view returns (bool)
getDecimals(address token) view returns (uint8)
getNewDisableToken(bool isDisable, address tokenAddress, uint256 nonce) view returns (bytes32 result)
getNewLockStatusId(bool newLockStatus, uint256 nonce) view returns (bytes32 result)
getNewSetId(uint256 oracleSetHash, address[] set) view returns (bytes32 result)
getSwapDataId(struct TonUtilsSwapData data) view returns (bytes32 result)
isOracle(address) view returns (bool)
State-modifying
Events lock(address token, uint256 amount, bytes32 to_address_hash)
unlock(struct TonUtilsSwapData data, struct TonUtilsSignature[] signatures)
voteForDisableToken(bool isDisable, address tokenAddress, uint256 nonce, struct TonUtilsSignature[] signatures)
voteForNewOracleSet(uint256 oracleSetHash, address[] newOracles, struct TonUtilsSignature[] signatures)
voteForSwitchLock(bool newLockStatus, uint256 nonce, struct TonUtilsSignature[] signatures)
Lock(address indexed from, address indexed token, bytes32 indexed to_addr_hash, uint256 value, uint256 new_bridge_balance, uint8 decimals)
NewOracleSet(uint256 oracleSetHash, address[] newOracles)
Unlock(address indexed token, bytes32 ton_address_hash, bytes32 indexed ton_tx_hash, uint64 lt, address indexed to, uint256 value, uint256 new_bridge_balance)
constructor(address[] initialSet)
This contract contains no fallback and receive objects.
This contract contains no error objects.