Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($146.77)
Native
Value
$146.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.047225 | $3,107.89 |
$146.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15502848 | 2 years ago | | | 0 | 0.00034890297 | |
| 15426956 | 2 years ago | | | 0 | 0.0062869782 | |
| 15358943 | 2 years ago | | | 0 | 0.012432438 | |
| 15241894 | 2 years ago | | | 0 | 0.0075103500 | |
| 15241894 | 2 years ago | | | 0 | 0.0075601023 | |
| 15239899 | 2 years ago | | | 0 | 0.0089301120 | |
| 15239562 | 2 years ago | | | 0 | 0.010145191 | |
| 15238714 | 2 years ago | | | 0 | 0.011664670 | |
| 15238712 | 2 years ago | | | 0 | 0.012050533 | |
| 15238699 | 2 years ago | | | 0 | 0.011957011 |
ABI
ABI objects
Getter at block 21207315 getAuctionTokensForSale() view returns (struct TokenDetArrayLibTokenDet[]) getFixedPriceTokensForSale() view returns (struct TokenDetArrayLibTokenDet[]) getTokensForSale() view returns (struct TokenDetArrayLibTokenDet[])
LPStakeAddress() view returns (address)
0x00d2d3f3d9a4c5f623e149849148bf0a62bf99d7
StakeAddress() view returns (address)
0x9f5360fc99746626d5d14e8cb4d2dd19ef4bb4c5
WETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
getErc20Tokens() view returns (struct ERC20Addresseserc20Addresses)
([0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2])
isOwner() view returns (bool)
false
lpStakefeepercentage() view returns (uint16)
25
owner() view returns (address)
0x5bd131c0dbbb8a610c574b1f8c0da5739430245b
platFormFeePercentage() view returns (uint16)
200
rewardDistributionPercentage() view returns (uint16)
25
updateClosingTime() view returns (uint256)
600
Read-only
auctions(address, uint256) view returns (address lastOwner, uint256 currentBid, address highestBidder, uint256 auctionType, uint256 startingPrice, uint256 buyPrice, bool buyer, uint256 startingTime, uint256 closingTime, address erc20Token)
brokerageBalance(address) view returns (uint256)
getOnSaleStatus(address _mintableToken, uint256 tokenID) view returns (bool)
getTokensForSalePerUser(address _user) view returns (struct TokenDetArrayLibTokenDet[])
offerprice(address, uint256, address) view returns (address offerer, uint256 amount)
State-modifying
Events accpetOffer(uint256 tokenID, address _mintableToken, address _erc20Token, bool isNotClubare) payable
addERC20TokenPayment(address _erc20Token)
batchDelisting(struct BrokerV2Pair[] _pairs)
batchListing(struct BrokerV2Asset[] _assets)
bid(uint256 tokenID, address _mintableToken, uint256 amount) payable
buy(uint256 tokenID, address _mintableToken, bool isNotClubare) payable
collect(uint256 tokenID, address _mintableToken, bool isNotClubare)
makeAnOffer(uint256 tokenID, address _mintableToken, address _erc20Token, uint256 amount) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
putOnSale(uint256 _tokenID, uint256 _startingPrice, uint256 _auctionType, uint256 _buyPrice, uint256 _startingTime, uint256 _closingTime, address _mintableToken, address _erc20Token)
putSaleOff(uint256 tokenID, address _mintableToken)
removeERC20TokenPayment(address _erc20Token)
revertAll(address _mintableToken, uint256 tokenID)
revertOffer(address _mintableToken, uint256 tokenID, address _erc20Token) payable
setAddress(address _weth, address _rewardDistributionAddress)
setBrokerage(address _rewardDistributionAddress, address _lpStakeAddress, uint16 _lpStakefeepercentage, uint16 _rewardDistributionPercentage, uint16 _platFormFeePercentage)
setUpdatedClosingTime(uint256 _updateTime)
transferOwnership(address newOwner)
updatePrice(uint256 tokenID, address _mintableToken, uint256 _newPrice, address _erc20Token)
updateparams(uint16 _rewardDistributionPercentage, uint16 _platFormFeePercentage, uint16 _lpStakefeepercentage, uint256 _updatedTime, address _weth, address _rewardDistributionAddress, address _lpStakeAddress)
withdraw()
withdrawERC20(address _erc20Token)
Bid(address indexed collection, uint256 indexed tokenId, address indexed seller, address bidder, uint256 amouont, uint256 time, address ERC20Address)
Buy(address indexed collection, uint256 tokenId, address indexed seller, address indexed buyer, uint256 amount, uint256 time, address ERC20Address, bool isOffer)
Collect(address indexed collection, uint256 indexed tokenId, address indexed seller, address buyer, address collector, uint256 time, address ERC20Address)
MakeAnOffer(address indexed collection, uint256 indexed tokenId, address indexed offerer, address erc20Token, uint256 offerAmount)
OffSale(address indexed collection, uint256 indexed tokenId, address indexed seller, uint256 time, address ERC20Address)
OnSale(address indexed collection, uint256 indexed tokenId, address indexed seller, uint256 auctionType, uint256 amount, uint256 time, address ERC20Address)
PriceUpdated(address indexed collection, uint256 indexed tokenId, address indexed seller, uint256 auctionType, uint256 oldAmount, uint256 amount, uint256 time, address ERC20Address)
constructor(uint16 _rewardDistributionPercentage, uint16 _platFormFeePercentage, uint16 _lpStakefeepercentage, uint256 _updatedTime, address _weth, address _rewardDistributionAddress, address _lpStakeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.