TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,087 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($653.29)
Native
Value
$653.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.180006 | $3,629.29 |
$653.29 | |
0x3277…6a58 | ERC-1555 | 10,000,000,000T | -- | -- | |
0x8408…3aec | ERC-1555 | 10,000,000,000T | -- | -- | |
0x9b02…4047 | ERC-1555 | 10,000,000,000T | -- | -- | |
0xf30c…2b4f | ERC-1555 | 10,000,000,000T | -- | -- | |
0x99d1…b58f | ERC-1555 | 9,000,000,000T | -- | -- | |
0x7909…6535 | ERC-1555 | 5,000,000,000T | -- | -- | |
0x6209…2a8e | ERC-1555 | 1,000,000,000T | -- | -- | |
0xc5b0…6af0 | ERC-1555 | 999,000,000T | -- | -- | |
0x558f…7225 | ERC-1555 | 100,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16462363 | 2 years ago | | | 0 | 0.0014004645 | |
| 15134423 | 2 years ago | | | 0 | 0.0053021524 | |
| 15134332 | 2 years ago | | | 0 | 0.010074619 | |
| 15134275 | 2 years ago | | | 0 | 0.0017912788 | |
| 15025136 | 2 years ago | | | 0 | 0.0024617867 | |
| 14941869 | 2 years ago | | | 0 | 0.0022793273 | |
| 14901835 | 2 years ago | | | 0 | 0.0017286635 | |
| 14893813 | 2 years ago | | | 0 | 0.0051365374 | |
| 14893810 | 2 years ago | | | 0 | 0.0024318337 | |
| 14813415 | 3 years ago | | | 0 | 0.0020218795 |
ABI
ABI objects
Getter at block 21297906
fee() view returns (uint16)
500
getFee() view returns (uint256)
500
listingFee() view returns (uint256)
0
owner() view returns (address)
0x00458f2b92d1722d0d44bbffa961a73e5107475d
Read-only
auctionListings(address, address, uint256) view returns (address tokenAddress, uint256 reservePrice, uint256 numberOfShares, uint256 auctionEndTime, string name)
auctionNonce(address) view returns (uint256)
auctionReserve(address, uint256) view returns (uint256)
auctionSellerRedeemed(address, uint256) view returns (bool)
getListingAmount(address _listOwner, address tokenAddress) view returns (uint256)
getListingPrice(address _listOwner, address tokenAddress) view returns (uint256)
getOffer(address offerer, address tokenAddress) view returns (uint256)
getSellerBalance(address _who) view returns (uint256)
maxPriceRegistered(address) view returns (uint256)
offers(address, address) view returns (uint256 value, bool winner)
participantContribution(address, uint256, address) view returns (uint256)
sellersBalance(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
buyFraktions(address from, address tokenAddress, uint256 _numberOfShares) payable
claimFraktal(address tokenAddress)
exportFraktal(address tokenAddress)
importFraktal(address tokenAddress, uint256 fraktionsIndex)
initialize()
listItem(address _tokenAddress, uint256 _price, uint256 _numberOfShares, string _name) payable returns (bool)
listItemAuction(address _tokenAddress, uint256 _reservePrice, uint256 _numberOfShares, string _name) payable returns (uint256)
makeOffer(address tokenAddress, uint256 _value) payable
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
participateAuction(address tokenAddress, address seller, uint256 sellerNonce) payable
redeemAuctionParticipant(address _tokenAddress, address _seller, uint256 _sellerNonce)
redeemAuctionSeller(address _tokenAddress, address _seller, uint256 _sellerNonce)
rejectOffer(address from, address to, address tokenAddress)
renounceOwnership()
rescueEth()
setFee(uint16 _newFee)
setListingFee(uint256 _newListingFee)
transferOwnership(address newOwner)
unlistAuctionItem(address tokenAddress, uint256 sellerNonce)
unlistItem(address tokenAddress)
voteOffer(address offerer, address tokenAddress)
withdrawAccruedFees() returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminWithdrawFees(uint256 feesAccrued)
AuctionContribute(address participant, address tokenAddress, address seller, uint256 sellerNonce, uint256 value)
AuctionItemListed(address owner, address tokenAddress, uint256 reservePrice, uint256 amountOfShares, uint256 endTime, uint256 nonce, string name)
Bought(address buyer, address seller, address tokenAddress, uint256 numberOfShares)
FeeUpdated(uint16 newFee)
FraktalClaimed(address owner, address tokenAddress)
ItemListed(address owner, address tokenAddress, uint256 price, uint256 amountOfShares, string name)
ListingFeeUpdated(uint256 newFee)
OfferMade(address offerer, address tokenAddress, uint256 value)
OfferVoted(address voter, address offerer, address tokenAddress, bool sold)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellerPaymentPull(address seller, uint256 balance)
Volume(address user, uint256 volume)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.