TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 409 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xb072…c5ce
12 additional
variables
Balances ($477.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPWR | ERC-20 | 2.980785M | $0.00016 |
$476.96 | |
AGOV | ERC-20 | 19.955949K | $0.000044 |
$0.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910907 | a year ago | | | 0 | 0.00084587673 | |
| 18598776 | a year ago | | | 0 | 0.011154009 | |
| 18598764 | a year ago | | | 0 | 0.010961207 | |
| 18439349 | a year ago | | | 0 | 0.0014114204 | |
| 18439344 | a year ago | | | 0 | 0.0015107426 | |
| 18439339 | a year ago | | | 0 | 0.0015657786 | |
| 18439335 | a year ago | | | 0 | 0.0015913352 | |
| 18439330 | a year ago | | | 0 | 0.0014901938 | |
| 18418766 | a year ago | | | 0 | 0.0013726860 | |
| 18418762 | a year ago | | | 0 | 0.0013156983 |
ABI
ABI objects
Getter at block 21275439
FEE_DENOMINATOR() view returns (uint16)
10000
escrow() view returns (address)
0x0000000000000000000000000000000000000000
lpStakeAddress() view returns (address)
0x0000000000000000000000000000000000000000
lpStakeFee() view returns (uint16)
25
moonpayAllowed() view returns (address)
0xaa14eb1a8d57bc58ef31ac5430e97bb20eeb6d23
owner() view returns (address)
0xab74e86d7da7966678e72bfb24b6e7c5d510b81c
paused() view returns (bool)
false
stakeAddress() view returns (address)
0x0000000000000000000000000000000000000000
stakeFee() view returns (uint16)
25
tradeAddress() view returns (address)
0xd228fdd039272544eab449565cc4fc0f3220eab3
updateClosingTime() view returns (uint256)
600
wETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
adminContracts(address _contract) view returns (bool)
admins(address _admin) view returns (bool)
auctionsMap(string) view returns (address highestBidder, address lastOwner, uint256 currentBid, uint256 closingTime, bool buyer)
bidsMap(string) view returns (bool)
cancelledOrFinalized(bytes32) view returns (bool)
feeSplits(uint256) view returns (address payee, uint256 share)
getCurrentBidderNonce(address _owner) view returns (uint256)
getCurrentOrderNonce(address _owner) view returns (uint256)
getRoyalties(address nft, uint256 tokenId, uint256 amount, address contractAddress, address _sender) view returns (address creator, uint256 royalty)
hashBid(struct IClubrareMarketplaceBid _bid) view returns (bytes32 hash)
hashOrder(struct IClubrareMarketplaceOrder _order) view returns (bytes32 hash)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOffer(struct IClubrareMarketplaceOrder order, struct IClubrareMarketplaceBid bid, address buyer, uint256 _amount)
adminMint(address contractAddress, string uri, uint256 royality) returns (uint256 tokenId)
bidding(struct IClubrareMarketplaceOrder order, uint256 amount) payable
burnNFT(address collection, uint256 tokenId)
buy(address contractAddress, uint256 tokenId, uint256 amount, struct IClubrareMarketplaceOrder order) payable
chargeAndSplit(uint256 _amount, address user, address _erc20Token, uint256 royaltyValue, address royaltyReceiver, bool isClaim) returns (uint256)
claim(struct IClubrareMarketplaceOrder order)
disburse(address nftAddress, address erc20Address, address nftTo, uint256 nftId, address tokenTo, uint256 amount, bool isToken, bool isRevert, bool isClaim) returns (bool)
initialize(address _validator, struct IClubrareMarketplaceFeeSplit[] _feeSplits, uint16 _stakereward, uint16 _lpreward, address _treasuryWallet, address _escrowAddress, address _wethAddress)
invalidateSignedBid(struct IClubrareMarketplaceBid bid)
invalidateSignedBulkOrder(struct IClubrareMarketplaceOrder[] _order)
invalidateSignedOrder(struct IClubrareMarketplaceOrder order)
moonpayCheckout(struct IClubrareMarketplaceOrder order, address buyer)
nftTransfer(address contractAddress, address from, address to, uint256 tokenId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
resetFeeSplit(struct IClubrareMarketplaceFeeSplit[] _feeSplits)
setClosingTime(uint256 _second)
settlement(address nftContract, uint256 _tokenId, uint256 amount, address taker, struct IClubrareMarketplaceOrder _order, bool isClaim, address sender) payable returns (uint256)
tokenTransfer(address erc20Address, address from, address to, uint256 amount)
transferOwnership(address newOwner)
unpause()
updateEscrow(address _escrowAddress)
updateMoonpayAllowed(address _moonpayAllowed)
updateParam(address _validator, struct IClubrareMarketplaceFeeSplit[] _feeSplits, uint16 _stakereward, uint16 _lpreward, address _treasuryWallet, address _escrowAddress, address _wethAddress)
updateTradeAddress(address _tradeAddress)
withdrawETH(address admin, uint256 amount)
withdrawToken(address admin, address _paymentToken, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AcceptOffer(address buyer, address seller, address contractAddress, uint256 tokenId, uint256 amount, uint256 time, address paymentToken, string objId)
AdminAdded(address admin, uint256 time)
AdminRemoved(address admin, uint256 time)
AllowedPaymentToken(address token)
Bidding(address indexed collection, uint256 indexed tokenId, address indexed seller, address bidder, uint256 amount, uint256 time, uint256 closingTime, address paymentToken, string objId)
BlacklistUser(address user)
Buy(address buyer, address seller, address contractAddress, uint256 tokenId, uint256 amount, uint256 time, address paymentToken, uint256 orderId, string objId)
CancelOffer(address bidder, address seller, address contractAddress, uint256 tokenId, uint256 amount, uint256 time, address paymentToken, string objId, string bidId)
CancelOrder(address seller, address contractAddress, uint256 tokenId, uint256 amount, uint256 time, address paymentToken, string objId)
Claimed(address indexed collection, uint256 indexed tokenId, address indexed seller, address bidder, uint256 amount, address paymentToken, string objId)
Delivered(uint256 orderId, uint256 updatedTime)
EscrowCreated(uint256 id, uint256 indexed tokenId, address indexed seller, address indexed buyer, uint256 amount, uint256 time)
Initialized(uint8 version)
MoonpayCheckout(address buyer, address seller, address contractAddress, uint256 tokenId, uint256 amount, uint256 time, address paymentToken, string objId)
NFTBurned(address indexed collection, uint256 indexed tokenId, address indexed admin, uint256 time, string tokenURI)
OrderReturned(uint256 orderId, uint256 updatedTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Reckon(uint256 platformFee, address treasuryWallet, uint256 stakingSplit, uint256 lpSplit, address _erc20Token, uint256 royaltyValue, address royaltyReceiver)
SetTradeFee(uint256 tradeFee)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.