TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,844 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
0xce60…ff6a
0x3623…7e9f
0xd2e5…4559
0xe8c8…e652
Balances ($16,713.36)
Native
Value
$16,713.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.319 | $3,142.20 |
$16,713.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19034859 | 10 months ago | | | 0 | 0.0070063489 | |
| 18634514 | a year ago | | | 0 | 0.0039237396 | |
| 18455842 | a year ago | | | 0 | 0.0019932528 | |
| 18180566 | a year ago | | | 0 | 0.0018085672 | |
| 18036755 | a year ago | | | 0 | 0.0050162600 | |
| 17972281 | a year ago | | | 0 | 0.0036749543 | |
| 17818150 | a year ago | | | 0 | 0.0011618922 | |
| 17804587 | a year ago | | | 0 | 0.0026163075 | |
| 17804587 | a year ago | | | 0 | 0.0028426883 | |
| 17804587 | a year ago | | | 0 | 0.0029540727 |
ABI
ABI objects
Getter at block 21221873
BASIS_POINTS() view returns (uint256)
10000
getAffiliateController() view returns (address)
0xe8c81c1de6c1e2896df2607ca89a266e4756e652
getEditionsExtension() view returns (address)
0xd2e5d476b7454206a5c32ccbdfbc009b8e3a4559
getLastListingId() view returns (uint256)
59
getMaxListingDuration() view returns (uint256)
604800
getMinDonationBps() view returns (uint256)
500
getMintPassBaseURI() view returns (string)
https://api.babylon.art/mintpass/
getRandomProvider() view returns (address)
0x3623e81ac2b28d00c15662397bfc6bd58f8c7e9f
getTokensController() view returns (address)
0xce601555ce372e718bafe21a1aa1c60408d6ff6a
getTreasury() view returns (address)
0x3d48433b36be73ec790a8c394280a8b95bcecb80
owner() view returns (address)
0x3117105e8f44541cb048795df3a99e5c07e67313
Read-only
getAvailableToParticipate(uint256 id, address user, bytes32[] allowlistProof) view returns (uint256)
getListingId(address token, uint256 tokenId) view returns (uint256)
getListingInfo(uint256 id) view returns (struct IBabylonCoreListingInfo)
getListingParticipations(uint256 id, address user) view returns (uint256)
getListingRestrictions(uint256 id) view returns (struct IBabylonCoreListingRestrictions)
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, bytes32[] allowlistProof) payable
refund(uint256 id)
renounceOwnership()
resolveClaimer(uint256 id, uint256 random)
setAffiliateController(address affiliateController)
setMaxListingDuration(uint256 maxListingDuration)
setMinDonationBps(uint256 minDonationBps)
setMintPassBaseURI(string mintPassBaseURI)
setRandomProvider(address randomProvider)
setTreasury(address treasury)
settleListing(uint256 id)
startListing(struct IBabylonCoreListingItem item, struct IEditionsExtensionEditionInfo edition, struct IBabylonCoreListingRestrictions restrictions, uint256 timeStart, uint256 price, uint256 totalTickets, uint256 donationBps, bytes32 affiliateCode)
transferETHToCreator(uint256 id)
transferOwnership(address newOwner)
updateListingRestrictions(uint256 id, struct IBabylonCoreListingRestrictions newRestrictions)
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)
ListingRestrictionsUpdated(uint256 indexed listingId, bytes32 allowlistRoot, uint256 reserved, uint256 mintedFromReserve, uint256 maxPerAddress)
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.