Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($983,546.46)
Native
Value
$983,435.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 296.495128 | $3,316.87 |
$983,435.8 | |
USDC | ERC-20 | 100.002459 | $1.001 |
$100.1 | |
LPT | ERC-20 | 1 | $10.56 |
$10.56 | |
GNX | ERC-20 | 4.43 | $0.000412 |
$0 | |
OCN | ERC-20 | 5 | $0.000042 |
$0 | |
XMX | ERC-20 | 1 | $0.000012 |
$0 | |
PLR | ERC-20 | 0.000001 | $0.004359 |
$0 | |
CK | ERC-20 | 164.007K | -- | -- | |
MGS | ERC-20 | 100K | -- | -- | |
betbeb.com | ERC-20 | 88.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241986 | 9 hours ago | | | 0 | 0.00065441217 | |
| 21241710 | 10 hours ago | | | 0.03 | 0.00088786629 | |
| 21234495 | a day ago | | | 0.005 | 0.0010313492 | |
| 21233315 | 2 days ago | | | 0.042033996 | 0.00098354553 | |
| 21231318 | 2 days ago | | | 0 | 0.0010446078 | |
| 21230224 | 2 days ago | | | 0.041689106 | 0.0019121979 | |
| 21230069 | 2 days ago | | | 0.002 | 0.0013136100 | |
| 21230064 | 2 days ago | | | 0.003 | 0.0016115941 | |
| 21227989 | 2 days ago | | | 0.05 | 0.00082045840 | |
| 21227983 | 2 days ago | | | 0.05 | 0.0010474139 |
ABI
ABI objects
Getter at block 21244622
averageGen0SalePrice() view returns (uint256)
615037638707620347
gen0SaleCount() view returns (uint256)
34928
isSaleClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x06012c8cf97bead5deae237070f9587f8e7a266d
owner() view returns (address)
0xba52c75764d6f594735dc735be7f1830cdf58ddf
ownerCut() view returns (uint256)
375
paused() view returns (bool)
false
Read-only
getAuction(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
lastGen0SalePrices(uint256) view returns (uint256)
State-modifying
Events bid(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
pause() returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner)
Pause()
Unpause()
constructor(address _nftAddr, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.