OTSea

Verified contract

Active on Ethereum with 5,654 txns
Deployed by via 0x9992395f at 19117698
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $586.58
ERC-20
Value $7,413.72
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xda46ca1ab549e8576c8924a59f8f97fcb4ce10e1ff23a6e3026493245e0b50dc
0x8470a1853c58a523d1ffdb05bef7ddcb5305e4f58b03447dc21ee1bdfa3b36fe
0x77691f431012ab3206fc7fa5c127163ba82c4b31b0688d458ff02ff56353a60d
0xd78d869dcb1ef70efe890f3411c43e59d363550eb3a7cf2b943220420f75c385
0xd2d664ebbaf39cd372cb72f371550169d32607f1b26a57d55a8e81aecb2a4160
0x0de30c36f8519de2a339d3f57d1faa5e9bf868609a852b8197e2db7a0f9c48f4
0x0479b6c3e454a7bc8466a24ac0b5a5c8f995adb4059b1205b55388b8ee9de511
0xd09e5574ce5f38efbc08cc01fa0b66596704b192a145192147a5c5bc3343496a
0xe9d9b7b74eb80efc235359f52709e21da6df19d16148dace502ae462fe02c870
0xa99ffbf0b802d3f745b8ad92346c378280730a854a807dec4326c0713dad78f7

Functions
Getter at block 20818664
decimals(view returns (uint8)
18
getFeeDetails(view returns (uint256 swapAtuint16 revBoostPercentuint16 treasuryFeePercentuint16 burnPercent)
(swapAt=5000000000000000000000, revBoostPercent=0, treasuryFeePercent=200, burnPercent=200)
getPair(view returns (address)
0x75eabb7cb05a5057e092fdbbd86fb801b4d02b1f
isTransferFeeEnabled(view returns (bool)
true
migrationContract(view returns (address)
0xe4eacc41aa1a8208d57c1b4766b6b69e1cfe50e9
name(view returns (string)
OTSea
owner(view returns (address)
0x0adedc7487c59ece60178cf69b8df7e3c4730d90
revenueDistributor(view returns (address)
0x34bccf4af03870265fe99cec262524f343cca7ff
stakingContract(view returns (address)
0xf2c8e860ca12cde3f3195423ecf54427a4f30916
symbol(view returns (string)
OTSea
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getMaroonedETH(address _accountview returns (uint256)
isExemptFromTransferFee(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claimMaroonedETH(address _receiver
enterTheSea(uint256 _amountpayable 
renounceOwnership(
toggleTransferFee(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateFees(uint16 revBoostFeePercent_uint16 treasuryFeePercent_uint16 burnFeePercent_
updateSwapAt(uint88 _amount
updateTransferFeeWhitelist(address _accountbool _operation
Events
AddedLiquidity(address pairuint256 tokenuint256 eth
Approval(address indexed owneraddress indexed spenderuint256 value
Burned(uint256 amount
DistributedETHFees(uint256 revBoostuint256 treasury
FeesUpdated(uint16 revBoostFeePercentuint16 treasuryFeePercentuint16 burnFeePercent
MaroonedETH(address accountuint256 amount
MaroonedETHClaimed(address accountaddress receiveruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAtUpdated(uint256 swapAt
Transfer(address indexed fromaddress indexed touint256 value
TransferFeeToggled(bool isTransferFeeEnabled
TransferFeeWhitelistUpdated(address indexed accountbool whitelisted
Constructor
constructor(address _multiSigAdminaddress _migrationContractaddress _stakingContractaddress _revenueDistributor
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAddress(
InvalidAmount(
InvalidFee(
NativeTransferFailed(
NotAvailable(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
Unauthorized(
Unchanged(