Locks
function nativeLocks(address token, uint256 id) public view returns (LockNativeInfo)struct LockNativeInfo {
uint256 amount;
uint256 unlockTime;
address tokenOwner;
}0:
uint256: amount 2500000000000000000000000
1:
uint256: unlockTime 1771143648
2:
address: tokenOwner 0x0function lockedNativeTokensTotal(address token) public view returns (uint256)Last updated