0xa1ba29a6ea121e744e1a4df24e9892b5815e680e
Unverified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x78e0…3d74
-
variable spans 49 additional slots
0x5f4e…8419
-
variable spans 8 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "0xa1ba29a6ea121e744e1a4df24e9892b5815e680e"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20979917 | 2 months ago | | | 0.005382 | 0.0043375340 |
ABI
ABI objects
Getter at block 21316236
VERSION() view returns (string)
4.0
baseCurrency() view returns (string)
USD
config() view returns (address recipient, bytes32 merkleRoot, uint256 saleMaximum, uint256 userMaximum, uint256 purchaseMinimum, uint256 startTime, uint256 endTime, uint256 maxQueueTime, string URI)
(recipient=0xb4b95fc47bb797acc777e5a2aa27c23c294637ee, merkleRoot=0x38e08c198f919ebfa9a16d4e54821b360241e6a43aac9e9845dfcd3f85153433, saleMaximum=100000000000, userMaximum=5000000000, purchaseMinimum=1000000000, startTime=1729088760, endTime=1730298360, maxQueueTime=0, URI=ipfs://Qmcrexb1ceUSw6oEkAinpyZ3TDTbQ5G4ugCbB2ZLf6kWJe)
generatePseudorandomValue() view returns (uint160)
86723524674923340792123444886595730123177815544
isOpen() view returns (bool)
false
isOver() view returns (bool)
true
metrics() view returns (uint256 purchaseCount, uint256 buyerCount, uint256 purchaseTotal)
(purchaseCount=1, buyerCount=1, purchaseTotal=1411419358)
nativeTokenPriceOracle() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
nativeTokenPriceOracleHeartbeat() view returns (uint256)
360000
networkConfig() view returns (address)
0x054697a09718da76ba0795cfc17f744d4371dc7d
owner() view returns (address)
0xb4b95fc47bb797acc777e5a2aa27c23c294637ee
total() view returns (uint256)
1411419358
Read-only
buyerTotal(address user) view returns (uint256)
getFairQueueTime(address buyer) view returns (uint256)
getOraclePrice(address oracle, uint256 heartbeat) view returns (uint256)
getPaymentToken(address token) view returns (struct PaymentTokenInfo)
paymentTokens(address) view returns (address oracle, uint256 heartbeat, uint8 decimals)
payments(address dest) view returns (uint256)
tokensToBaseCurrency(uint256 tokenQuantity, uint256 tokenDecimals, address oracle, uint256 heartbeat) view returns (uint256 value)
State-modifying
Events buyWithNative(uint256 userLimit, uint64 expiresAt, bytes signature, address platformFlatRateFeeRecipient, uint256 platformFlatRateFeeAmount) payable
buyWithToken(address token, uint256 quantity, uint256 userLimit, uint64 expiresAt, bytes signature, address platformFlatRateFeeRecipient, uint256 platformFlatRateFeeAmount) payable
initialize(address _owner, struct Config _config, string _baseCurrency, bool _nativePaymentsEnabled, address _nativeTokenPriceOracle, uint256 _nativeTokenPriceOracleHeartbeat, address[] tokens, address[] oracles, uint256[] oracleHeartbeats, uint8[] decimals)
registerDistributor(address _distributor)
renounceOwnership()
sweepNative()
sweepToken(address token)
transferOwnership(address newOwner)
update(struct Config _config)
withdrawPayments(address payee)
Buy(address indexed buyer, address indexed token, uint256 baseCurrencyValue, uint256 tokenValue, uint256 protocolTokenFee, uint256 platformTokenFee)
ImplementationConstructor(address networkConfig)
Initialize(struct Config config, string baseCurrency, address nativeOracle, bool nativePaymentsEnabled)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegisterDistributor(address distributor)
SetPaymentTokenInfo(address token, struct PaymentTokenInfo paymentTokenInfo)
SweepNative(uint256 amount)
SweepToken(address indexed token, uint256 amount)
Update(struct Config config)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.