O3 Swap Token
Verified contract
Active on
Ethereum with 63,740 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($130,055.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 98.755506K | $1.00 |
$98,755.51 | |
O3 | ERC-20 | 2.506708M | $0.012287 |
$30,799.21 | |
USDT | ERC-20 | 500 | $1.002 |
$501 | |
Rai | ERC-20 | 195.357416 | -- | -- | |
HQG | ERC-20 | 1.975 | -- | -- | |
UNI-V2 | ERC-20 | 0.098174 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247204 | 3 hours ago | | | 0 | 0.0012019782 | |
| 21242774 | 18 hours ago | | | 0 | 0.00068447721 | |
| 21242509 | 19 hours ago | | | 0 | 0.00054985159 | |
| 21236799 | 2 days ago | | | 0 | 0.0027258997 | |
| 21235530 | 2 days ago | | | 0 | 0.0012629205 | |
| 21235326 | 2 days ago | | | 0 | 0.0010607677 | |
| 21235120 | 2 days ago | | | 0 | 0.00061854470 | |
| 21234041 | 2 days ago | | | 0 | 0.00055304423 | |
| 21233862 | 2 days ago | | | 0 | 0.00093752863 | |
| 21232760 | 2 days ago | | | 0 | 0.00044494491 |
ABI
ABI objects
Getter at block 21248241
FACTOR_DENOMINATOR() view returns (uint256)
100000000
decimals() view returns (uint8)
18
name() view returns (string)
O3 Swap Token
owner() view returns (address)
0x4283b3469a9edce1fda34ec6e8a453cf82b9cab7
symbol() view returns (string)
O3
totalSupply() view returns (uint256)
99884642506456198953168206
totalUnlocked() view returns (uint256)
99481370126139408880336469
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableUnlocked(address token) view returns (uint256)
getStaked(address token) view returns (uint256)
getUnlockBlockGap(address token) view returns (uint256)
getUnlockFactor(address token) view returns (uint256)
getUnlockSpeed(address staker, address token) view returns (uint256)
lockedOf(address account) view returns (uint256)
unlockedOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimUnlocked(address token) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintLockedToken(address to, uint256 amount)
mintUnlockedToken(address to, uint256 amount)
removeAuthorizedMintCaller(address caller)
renounceOwnership()
setAuthorizedMintCaller(address caller)
setUnlockBlockGap(address token, uint256 _blockGap)
setUnlockFactor(address token, uint256 _factor)
stake(address token, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(address token, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LOG_CLAIM_UNLOCKED(address indexed staker, uint256 claimedAmount)
LOG_SET_UNLOCK_BLOCK_GAP(address indexed token, uint256 blockGap)
LOG_SET_UNLOCK_FACTOR(address indexed token, uint256 factor)
LOG_STAKE(address indexed staker, address indexed token, uint256 stakeAmount)
LOG_UNLOCK_TRANSFER(address indexed from, address indexed to, uint256 amount)
LOG_UNSTAKE(address indexed staker, address indexed token, uint256 unstakeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.