BasicAuction
Verified contract
Active on
Ethereum with 430 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x03df…fbf2
2 additional
variables
Balances ($0.00)
No balances found for "BasicAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15695129 | 2 years ago | | | 0 | 0.00089737324 | |
| 15403750 | 2 years ago | | | 0 | 0.0037606602 | |
| 15256254 | 2 years ago | | | 0 | 0.0014561043 | |
| 15251375 | 2 years ago | | | 0 | 0.0013612107 | |
| 15241665 | 2 years ago | | | 0 | 0.00094930893 | |
| 15240946 | 2 years ago | | | 0 | 0.0016094430 | |
| 15193655 | 2 years ago | | | 0 | 0.00065090944 | |
| 15192124 | 2 years ago | | | 0.01 | 0.0014426733 | |
| 15168559 | 2 years ago | | | 0 | 0.0020770624 | |
| 15167531 | 2 years ago | | | 0.01 | 0.021902381 |
ABI
ABI objects
Getter at block 21188831
auctionsPerEra() view returns (uint256)
52
coin() view returns (uint256)
1000000000000000000
currentAuction() view returns (uint256)
31
currentEra() view returns (uint256)
1
decimals() view returns (uint256)
18
emissionDecayRate() view returns (uint256)
1000
ewma() view returns (uint256)
907069203240
firstEra() view returns (uint256)
1
firstPublicAuction() view returns (uint256)
5
getAuctionEmission() view returns (uint256)
80128000000000000000000
getNextEraEmission() view returns (uint256)
80128000000000000000000
initialEmission() view returns (uint256)
80128000000000000000000
mainToken() view returns (address)
0x0337fe811809a0aaf9b5d07945b39e473de4c46e
nextAuctionTime() view returns (uint256)
1665737267
nextEraTime() view returns (uint256)
1672838056
nft() view returns (address)
0xef549c48f414a9e2e42eddff1fe0e540ee5e2e34
owner() view returns (address)
0x7c4521a66764bffa5f991b0c42a39ce44984dc0e
paused() view returns (bool)
true
remainingSupply() view returns (uint256)
10096128000000000000000000
secondsPerAuction() view returns (uint256)
604800
totalContributed() view returns (uint256)
106944441000000000000
totalEmitted() view returns (uint256)
0
totalSupply() view returns (uint256)
12499968000000000000000000
Read-only
getAuctionsContributedForEra(address member, uint256 era) view returns (uint256)
getEmissionShare(uint256 era, uint256 auction, address member) view returns (uint256 value)
getImpliedPriceEWMA(bool includeCurrentEra) view returns (uint256)
mapEraAuction_EmissionRemaining(uint256, uint256) view returns (uint256)
mapEraAuction_MemberCount(uint256, uint256) view returns (uint256)
mapEraAuction_MemberUnitsRemaining(uint256, uint256, address) view returns (uint256)
mapEraAuction_Members(uint256, uint256, uint256) view returns (address)
mapEraAuction_Units(uint256, uint256) view returns (uint256)
mapEraAuction_UnitsRemaining(uint256, uint256) view returns (uint256)
mapEra_Emission(uint256) view returns (uint256)
mapMemberEra_Auctions(address, uint256, uint256) view returns (uint256)
State-modifying
Events batchWithdraw(uint256 era, uint256[] arrayAuctions) returns (uint256 value)
contributeForMember(address member) payable
pause()
renounceOwnership()
setDestination(address _destAddress)
transferOwnership(address newOwner)
unpause()
updateEmission()
withdrawAll() returns (uint256 value)
withdrawAll(uint256 era) returns (uint256 value)
withdrawShare(uint256 era, uint256 auction) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Contribution(address indexed payer, address indexed member, uint256 era, uint256 auction, uint256 units, uint256 dailyTotal)
NewAuction(uint256 era, uint256 auction, uint256 time, uint256 previousAuctionTotal, uint256 previousAuctionMembers, uint256 historicEWMA)
NewEra(uint256 era, uint256 emission, uint256 time, uint256 totalContributed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdrawal(address indexed caller, address indexed member, uint256 era, uint256 auction, uint256 value, uint256 remaining)
constructor(address _mainToken, address _nft, uint256 _secondsPerAuction, uint256 _auctionsPerEra, uint256 _firstPublicAuction, uint256 _totalSupply, uint256 _initialEmission, uint256 _emissionDecayRate, address _destAddress)
receive()
This contract contains no error objects.