OpenBiSeaETHSwapAgentImpl
Verified contract
Active on
Ethereum with 217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CEL | ERC-20 | 0.002 | $0.238279 |
$0 | |
PORK | ERC-20 | 0.861081 | $0.00 |
$0 | |
AXL | ERC-20 | 0 | $0.000016 |
$0 | |
KATA | ERC-20 | 0 | $0.000604 |
$0 | |
CYFM | ERC-20 | 0 | -- | -- | |
ZENIQ | ERC-20 | 0 | $0.006887 |
$0 | |
ADAPAD | ERC-20 | 0 | $0.007826 |
$0 | |
iNTRO | ERC-20 | 22K | -- | -- | |
BLOXX | ERC-20 | 14K | -- | -- | |
BzB | ERC-20 | 1.101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20883586 | 2 months ago | | | 0.0014285714 | 0.00049899850 | |
| 20883573 | 2 months ago | | | 0 | 0.00012762456 | |
| 20883573 | 2 months ago | | | 0 | 0.00012762456 | |
| 20883562 | 2 months ago | | | 0 | 0.00013386307 | |
| 20883560 | 2 months ago | | | 0 | 0.00033806125 | |
| 20453125 | 4 months ago | | | 0.0014285714 | 0.00010404100 | |
| 19163244 | 10 months ago | | | 0.0014285714 | 0.0013978729 | |
| 19163208 | 10 months ago | | | 0.0014285714 | 0.0019912231 | |
| 19162993 | 10 months ago | | | 0 | 0.00055472296 | |
| 19162993 | 10 months ago | | | 0 | 0.00055472296 |
ABI
ABI objects
Getter at block 21260400
owner() view returns (address)
0xd208380f384f811c750e3abfb3aa6ae3459feb8c
swapFee() view returns (uint256)
1428571428571000
Read-only
filledBSCTx(bytes32) view returns (bool)
registeredERC(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events fill1155BSC2ETHSwap(bytes32 bscTxHash, address erc1155Addr, address toAddress, uint256 tokenId, uint256 amount) returns (bool)
fill721BSC2ETHSwap(bytes32 bscTxHash, address erc721Addr, address toAddress, uint256 tokenId) returns (bool)
fillBSC2ETHSwap(bytes32 bscTxHash, address erc20Addr, address toAddress, uint256 amount) returns (bool)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
register1155SwapPairToBSC(address erc1155Addr) returns (bool)
register721SwapPairToBSC(address erc721Addr) returns (bool)
registerSwapPairToBSC(address erc20Addr) returns (bool)
renounceOwnership()
setSwapFee(uint256 fee)
swap1155ETH2BSC(address erc1155Addr, uint256 tokenId, uint256 amount) payable returns (bool)
swap721ETH2BSC(address erc721Addr, uint256 tokenId) payable returns (bool)
swapETH2BSC(address erc20Addr, uint256 amount) payable returns (bool)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap1155Filled(address indexed erc1155Addr, bytes32 indexed bscTxHash, address indexed toAddress, uint256 tokenId, uint256 amount)
Swap1155Started(address indexed erc1155Addr, address indexed fromAddr, uint256 tokenId, uint256 amount, uint256 feeAmount)
Swap721Filled(address indexed erc721Addr, bytes32 indexed bscTxHash, address indexed toAddress, uint256 tokenId)
Swap721Started(address indexed erc721Addr, address indexed fromAddr, uint256 tokenId, uint256 feeAmount)
SwapFilled(address indexed erc20Addr, bytes32 indexed bscTxHash, address indexed toAddress, uint256 amount)
SwapPair1155Register(address indexed sponsor, address indexed erc1155Addr, string uri)
SwapPair721Register(address indexed sponsor, address indexed erc721Addr, string name, string symbol, string baseURI)
SwapPairRegister(address indexed sponsor, address indexed erc20Addr, string name, string symbol, uint8 decimals)
SwapStarted(address indexed erc20Addr, address indexed fromAddr, uint256 amount, uint256 feeAmount)
constructor(uint256 fee)
This contract contains no fallback and receive objects.
This contract contains no error objects.