TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 28 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
0x0c32…4ecd
0x8062…e587
0x4966…7bb7
Balances ($10.79)
Native
Value
$10.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,597.69 |
$10.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16411683 | 2 years ago | | | 0 | 0.0010188877 | |
| 16411552 | 2 years ago | | | 0 | 0.0061796576 | |
| 16411538 | 2 years ago | | | 0.004 | 0.010843560 | |
| 16411533 | 2 years ago | | | 0.001 | 0.0026822938 | |
| 16411522 | 2 years ago | | | 0 | 0.016543144 | |
| 16411478 | 2 years ago | | | 0.001 | 0.0026130529 | |
| 16411469 | 2 years ago | | | 0 | 0.017760821 | |
| 16378893 | 2 years ago | | | 0 | 0.0099570893 | |
| 16376663 | 2 years ago | | | 0 | 0.0010485778 | |
| 16371887 | 2 years ago | | | 0.004 | 0.023238654 |
ABI
ABI objects
Getter at block 21314218
BASIS_POINTS() view returns (uint256)
10000
getEditionsExtension() view returns (address)
0x4966bfee3dd9475eb0a1a51dde5da5c9b5a57bb7
getLastListingId() view returns (uint256)
6
getMintPassBaseURI() view returns (string)
https://api.babylon.art/mintpass/
getRandomProvider() view returns (address)
0x8062e4902b5d7bbedc1790306763eeb75346e587
getTokensController() view returns (address)
0x0c32c1e4397a5b1bf73741b6b923f9313e9f4ecd
getTreasury() view returns (address)
0x35850d418951100cb1b65f446a532cb68fcfa7ae
owner() view returns (address)
0x35850d418951100cb1b65f446a532cb68fcfa7ae
Read-only
getListingId(address token, uint256 tokenId) view returns (uint256)
getListingInfo(uint256 id) view returns (struct IBabylonCoreListingInfo)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancelListing(uint256 id)
initialize(address tokensController, address randomProvider, address editionsExtension, address treasury)
mintEdition(uint256 id)
participate(uint256 id, uint256 tickets) payable
refund(uint256 id)
renounceOwnership()
resolveClaimer(uint256 id, uint256 random)
setMintPassBaseURI(string mintPassBaseURI)
setTreasury(address treasury)
startListing(struct IBabylonCoreListingItem item, struct IEditionsExtensionEditionInfo edition, uint256 timeStart, uint256 price, uint256 totalTickets, uint256 donationBps)
transferETHToCreator(uint256 id)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
ListingCanceled(uint256 listingId)
ListingFinalized(uint256 listingId)
ListingResolving(uint256 listingId, uint256 randomRequestId)
ListingStarted(uint256 listingId, address creator, address token, uint256 tokenId, address mintPass)
ListingSuccessful(uint256 listingId, address claimer)
NewParticipant(uint256 listingId, address participant, uint256 ticketsAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.