DailiesProxy
Verified contract
Proxy
Active on
Ethereum with 13,619 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
Balances ($3,665.27)
Native
Value
$3,665.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.187333 | $3,086.98 |
$3,665.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172699 | 8 days ago | | | 0 | 0.010114300 | |
| 21047495 | a month ago | | | 0 | 0.00041086219 | |
| 21043007 | a month ago | | | 0 | 0.00081494563 | |
| 21017905 | a month ago | | | 0 | 0.00055992498 | |
| 21017904 | a month ago | | | 0 | 0.00066933601 | |
| 21015468 | a month ago | | | 0 | 0.0011760851 | |
| 21015415 | a month ago | | | 3.8 | 0.00081023011 | |
| 21015390 | a month ago | | | 3.42 | 0.00055265469 | |
| 21015377 | a month ago | | | 0 | 0.0019687677 | |
| 21015375 | a month ago | | | 0 | 0.0020132966 |
ABI
ABI objects
Getter at block 21230541
beneficiary() view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
owner() view returns (address)
0xc88bf16aa3f058035898a803e1d7f33ad2559298
paused() view returns (bool)
false
Read-only
artTokentoAuctionId(address collection, uint256 tokenId) pure returns (uint256)
auctionConfig(uint256) view returns (address artist, uint16 split, uint80 startTime)
auctionEndTime(uint256 auctionId) view returns (uint256)
auctionIdToAuction(uint256) view returns (uint24 offsetFromEnd, uint72 amount, address bidder)
auctionStartTime(uint256 auctionId) view returns (uint256)
getArtTokenIdFromId(uint256 id) pure returns (uint256)
getCollectionFromId(uint256 id) pure returns (address)
isAuctionActive(uint256 auctionId) view returns (bool)
isAuctionOver(uint256 auctionId) view returns (bool)
State-modifying
Events bid(uint256 auctionId) payable
bidOnFavs(uint256[] favorites, uint256[] expectedPrices) payable
changeSplit(address collectionAddress, uint256 tokenId, address artist, uint256 split)
changeSplitMultiple(address[] collections, uint256[] tokenIds, address[] artists, uint256[] splits)
renounceOwnership()
reschedule(address collectionAddress, uint256 tokenId, uint256 newStartTime)
rescheduleMultiple(address[] collections, uint256[] tokenIds, uint256[] newStartTimes)
scheduele(address collectionAddress, uint256 tokenId, uint256 startTime, address artist, uint256 split)
scheduleMultiple(address[] collections, uint256[] tokenIds, uint256[] startTimes, address[] artists, uint256[] splits)
setBeneficiary(address _beneficiary)
setPaused(bool _paused)
settleAuction(uint256 auctionId) payable
settleMultipleAuctions(uint256[] auctionIds) payable
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BidMade(uint256 indexed auctionId, address indexed collectionAddress, uint256 indexed tokenId, address bidder, uint256 amount, uint256 timestamp)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Settled(uint256 indexed auctionId, address indexed collectionAddress, uint256 indexed tokenId, uint256 timestamp)
constructor(address _logic, address _initialOwner, bytes _data)
fallback()
receive()
This contract contains no error objects.