Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x81be…ff08
0xc527…9b12
0xab66…aad4
0xb50f…9990
0x37da…2626
Balances ($71,925.96)
Native
Value
$66,241.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 17.84885 | $3,711.22 |
$66,241.01 | |
ENQAI | ERC-20 | 119.938K | $0.039938 |
$4,790.13 | |
3Crv | ERC-20 | 429 | $1.037 |
$444.87 | |
BITROCK | ERC-20 | 3K | $0.061754 |
$185.26 | |
AI | ERC-20 | 865.438K | $0.000107 |
$92.44 | |
SMRT | ERC-20 | 551.267K | $0.000149 |
$82.36 | |
YOYO | ERC-20 | 150K | $0.000383 |
$57.45 | |
USDC | ERC-20 | 20 | $0.999194 |
$19.98 | |
jim | ERC-20 | 882.242098K | $0.000004 |
$3.8 | |
EVEAI | ERC-20 | 95.65625 | $0.025147 |
$2.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215699 | 13 days ago | | | 0 | 0.0035795288 | |
| 21194991 | 16 days ago | | | 0 | 0.0011297945 | |
| 21181450 | 18 days ago | | | 0 | 0.016343025 | |
| 21140071 | 24 days ago | | | 0 | 0.0027959339 | |
| 21140059 | 24 days ago | | | 0 | 0.0018270272 | |
| 21088675 | a month ago | | | 0 | 0.0016304230 | |
| 20979951 | 2 months ago | | | 0 | 0.0032099471 | |
| 20974801 | 2 months ago | | | 0 | 0.0017647269 | |
| 20974799 | 2 months ago | | | 0 | 0.0018455917 | |
| 20971971 | 2 months ago | | | 0 | 0.0049960129 |
ABI
ABI objects
Getter at block 21311138
contractState() view returns (uint8)
0
dividendsWallet() view returns (address)
0xab66f3321ee1ec07daf4f4ca757bfcfdc943aad4
fishFee() view returns (uint256)
100
marketingWallet() view returns (address)
0xb50f3731046d4a6716bb1ef7e742735e2eef9990
opWallet1() view returns (address)
0x81be68d86eb5645fe696e6c911791a5169ddff08
opWallet2() view returns (address)
0xc527df2bd14013e91f915c8229b78fb3b9019b12
otseaERC20() view returns (address)
0x37da9de38c4094e090c014325f6ef4baeb302626
owner() view returns (address)
0xa8c6c675f2c12647a250f0a8056a15205dc757cf
whaleFee() view returns (uint256)
30
whaleThreshold() view returns (uint256)
200000000000000000000000000000000000000000
Read-only
orders(bytes32) view returns (address requester, address whitelistedAddress, address tokenAddress, uint256 initialTokens, uint256 availableTokens, uint256 requestedETH, uint256 fulfilledETH, uint256 pricePerToken, bool partiallyFillable, uint8 state)
State-modifying
Events fulfillOrder(bytes32 orderId, uint256 expectedPricePerToken) payable
pauseContract()
renounceOwnership()
requestOrder(address tokenAddress, uint256 requesterTokenAmount, uint256 requestedETHAmount, bool partiallyFillable, address whitelistedAddress)
setDividendsWallet(address _dividendsWallet)
setFees(uint256 _fishFee, uint256 _whaleFee)
setMarketingWallet(address _marketingWallet)
setOpWallet1(address _opWallet1)
setOpWallet2(address _opWallet2)
setWhaleThreshold(uint256 _threshold)
settleOrder(bytes32 orderId)
transferOwnership(address newOwner)
unpauseContract()
updatePrice(bytes32 orderId, uint256 newPrice)
OrderCreated(struct OTSeaOrder order, bytes32 indexed orderId, uint8 tokenDecimals)
OrderFulfilled(struct OTSeaOrder order, bytes32 indexed orderId, struct OTSeaFill fill)
OrderPriceUpdated(struct OTSeaOrder order, bytes32 indexed orderId, uint256 newPrice)
OrderSettled(struct OTSeaOrder order, bytes32 indexed orderId, struct OTSeaWithdrawal withdrawal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferTaxRecorded(address tokenAddress, uint256 transferTax)
constructor(address _opWallet1, address _opWallet2, address _dividendsWallet, address _marketingWallet, address _otseaErc20)
This contract contains no fallback and receive objects.
This contract contains no error objects.