ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 13,418 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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x558b…e95c
-
variable spans 4 additional slots
7 additional
variables
Balances ($38.22)
Native
Value
$38.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.011 | $3,474.53 |
$38.22 | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- | |
GNAR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19304076 | 9 months ago | | | 0.011 | 0.0018543571 | |
| 19304073 | 9 months ago | | | 0 | 0.014966549 | |
| 19297751 | 9 months ago | | | 0 | 0.20164956 | |
| 19260464 | 9 months ago | | | 0.0160546 | 0.0017386405 | |
| 19260461 | 9 months ago | | | 0.0153248 | 0.0018520524 | |
| 19260392 | 9 months ago | | | 0.0139 | 0.0012249698 | |
| 19260312 | 9 months ago | | | 0.01323 | 0.0016494975 | |
| 19260252 | 9 months ago | | | 0.012 | 0.0015531120 | |
| 19260103 | 9 months ago | | | 0.0105 | 0.0016547491 | |
| 19260072 | 9 months ago | | | 0 | 0.0098545928 |
ABI
ABI objects
Getter at block 21267137 remainingTime() view returns (uint256)
SKATE_OG_ADDRESS() view returns (address)
0x494715b2a3c75dadd24929835b658a1c19bd4552
auction() view returns (uint256 gnarId, uint256 amount, uint256 startTimestamp, uint256 endTimestamp, address bidder, uint8 skatePercent, uint8 daoPercent, bool settled)
(gnarId=5018, amount=11000000000000000, startTimestamp=1708857779, endTimestamp=1708862579, bidder=0x7093c7ee24c49ab814165b129bc7b5ff0993b3ba, skatePercent=10, daoPercent=90, settled=false)
auctionCounter() view returns (uint256 _value)
3550
baseAuctionTime() view returns (uint256)
600
dao() view returns (address)
0xa1b74d2280966a89ac7e0f3a8bc5f0867c776d98
gnars() view returns (address)
0x558bfff0d583416f7c4e380625c7865821b8e95c
minBidIncrementPercentage() view returns (uint8)
5
owner() view returns (address)
0xa1b74d2280966a89ac7e0f3a8bc5f0867c776d98
paused() view returns (bool)
true
reservePrice() view returns (uint256)
10000000000000000
skate() view returns (address)
0x387a161c6b25aa854100abaed39274e51aaffffd
timeBuffer() view returns (uint256)
90
timeDoublingCount() view returns (uint256)
1000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
gnarsClaimedFor(uint256) view returns (bool)
State-modifying
Events claimGnars(uint256[] ogGnarIds)
createBid(uint256 gnarId, uint8 skatePercent, uint8 daoPercent) payable
initialize(address _skate, address _dao, address _gnars, address _weth, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _baseAuctionTime, uint256 _timeDoublingCount, uint256 _timeBuffer)
pause()
renounceOwnership()
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setSkateDaoAddresses(address _skate, address _dao)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AuctionBid(uint256 indexed gnarId, address sender, uint256 value, uint256 timestamp)
AuctionCreated(uint256 indexed gnarId, uint256 startTimestamp, uint256 endTimestamp, uint256 timestamp)
AuctionExtended(uint256 indexed gnarId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed gnarId, address winner, uint256 amount, uint256 timestamp)
AuctionTimeBufferUpdated(uint256 timeBuffer)
BeaconUpgraded(address indexed beacon)
OGGnarClaimed(uint256 indexed ogGnarId, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SkateDaoAddressesUpdated(address skate, address dao)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.