CarbonCreditDescendingPriceAuction
Verified contract
Active on
Ethereum with 123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLW-BETA | ERC-20 | 821.868405 | -- | -- | |
GCC-BETA | ERC-20 | 166.847207 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203217 | 15 days ago | | | 0 | 0.0013413135 | |
| 21152105 | 22 days ago | | | 0 | 0.0010698624 | |
| 21133116 | 25 days ago | | | 0 | 0.0018411490 | |
| 21119291 | a month ago | | | 0 | 0.00034370227 | |
| 21109558 | a month ago | | | 0 | 0.00030894281 | |
| 21109542 | a month ago | | | 0 | 0.00023504927 | |
| 21095259 | a month ago | | | 0 | 0.00067288600 | |
| 21091826 | a month ago | | | 0 | 0.00067497103 | |
| 21005668 | a month ago | | | 0 | 0.00086853700 | |
| 21003874 | a month ago | | | 0 | 0.00067042345 |
ABI
ABI objects
Getter at block 21312071
GCC() view returns (address)
0x21c46173591f39afc1d2b634b74c98f0576a272b
GLOW() view returns (address)
0xf4fbc617a5733eaaf9af08e1ab816b103388d8b6
SALE_UNIT() view returns (uint256)
1000000
getPricePerUnit() view returns (uint256)
7256069
pseudoPrice24HoursAgo() view returns (uint256)
16349049
timestamps() view returns (uint64 lastSaleTimestamp, uint64 lastReceivedTimestamp, uint64 lastPriceChangeTimestamp, uint64 firstReceivedTimestamp)
(lastSaleTimestamp=1731795731, lastReceivedTimestamp=1733019047, lastPriceChangeTimestamp=1731795731, firstReceivedTimestamp=1707145355)
totalAmountReceived() view returns (uint256)
307798621178062769983
totalSaleUnits() view returns (uint256)
247352571672811
totalSupply() view returns (uint256)
247352571672811392097
totalUnitsSold() view returns (uint256)
140951414457517
unitsForSale() view returns (uint256)
106401157215294
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyGCC(uint256 unitsToBuy, uint256 maxPricePerUnit)
receiveGCC(uint256 amount)
This contract contains no event objects.
constructor(address glow, address gcc, uint256 startingPrice)
This contract contains no fallback and receive objects.
CallerNotGCC()
CannotBuyZeroUnits()
NotEnoughGCCForSale()
UserPriceNotHighEnough()