Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($55.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 55.028346 | $0.999855 |
$55.02 | |
PROT | ERC-20 | 1.361604M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17025006 | 2 years ago | | | 0 | 0.00099526907 | |
| 15965470 | 2 years ago | | | 0 | 0.00064446705 | |
| 15770625 | 2 years ago | | | 0 | 0.0018758711 | |
| 15724397 | 2 years ago | | | 0 | 0.0012627782 | |
| 15722137 | 2 years ago | | | 0 | 0.0012997886 | |
| 15714554 | 2 years ago | | | 0 | 0.00099984709 | |
| 15713717 | 2 years ago | | | 0 | 0.0014923381 | |
| 15713625 | 2 years ago | | | 0 | 0.0015942725 | |
| 15713625 | 2 years ago | | | 0 | 0.0016436955 | |
| 15713602 | 2 years ago | | | 0 | 0.0013457448 |
ABI
ABI objects
Getter at block 21205518
addressList() view returns (address owner, address sidecar, address marketing, address okinami, address usdc, address swapRouter, address primaryLP)
(owner=0x0000000000000000000000000000000000000000, sidecar=0x82c9e64ef17d5a6ca239c4855252a326cf20857d, marketing=0x6f48933f51c30e7e6250fb08c015934e3d59637f, okinami=0x1c4853ec0d55e420002c5efabc7ed8e0ba7a4121, usdc=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, swapRouter=0x7a250d5630b4cf539739df2c5dacb4c659f2488d, primaryLP=0xa4828e402e0ad4d25923ad56a5d63832bef9bbee)
decimals() pure returns (uint8)
9
limits() view returns (uint256 maxTransaction, uint256 maxWallet)
(maxTransaction=10000010000000000, maxWallet=20000010000000000)
name() pure returns (string)
Protectors of the Wave
stats() view returns (uint256 currentUsdMC, uint256 currentTaxUSD, uint256 swapThresholdUSD)
(currentUsdMC=10, currentTaxUSD=0, swapThresholdUSD=1000)
symbol() pure returns (string)
PROT
tax() view returns (uint8 Liquidityokinami, uint8 LiquidityProt, uint8 Marketing)
(Liquidityokinami=2, LiquidityProt=2, Marketing=2)
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address wallet) view returns (bool)
isLP(address ca) view returns (bool)
State-modifying
Events addInitialLiquidity()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeLimits(uint16 maxTxPermille, uint16 maxWalletPermille)
changeTaxWallet(address walletMarketing)
manualSwap()
recoverTokens(address tokenCa)
renounceOwnership()
setAdditionalLP(address lpAddress, bool isLiqPool)
setExcluded(address wallet, bool exclude)
setThreshold(uint256 amountUSD)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.