SecondPriceAuction
Verified contract
Active on
Ethereum with 7,469 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1e2f…f24e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOT | ERC-20 | 1.615 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9546614 | 5 years ago | | | 0 | 0.0040000000 | |
| 9487150 | 5 years ago | | | 0.02296741 | 0.00018954900 | |
| 9483999 | 5 years ago | | | 0.02294697 | 0.00010530500 | |
| 9483941 | 5 years ago | | | 0.00920069 | 0.00010530500 | |
| 7592706 | 6 years ago | | | 0 | 0.0010763800 | |
| 4826235 | 7 years ago | | | 47 | 0.027382000 | |
| 4451630 | 7 years ago | | | 0 | 0.000053042012 | |
| 4451630 | 7 years ago | | | 0 | 0.000052978012 | |
| 4451630 | 7 years ago | | | 0 | 0.000052978012 | |
| 4451630 | 7 years ago | | | 0 | 0.000053042012 |
ABI
ABI objects
Getter at block 21157940 currentPrice() view returns (uint256 weiPerIndivisibleTokenPart) maxPurchase() view returns (uint256 spend) tokensAvailable() view returns (uint256 tokens)
BONUS_LATCH() view returns (uint256)
2
BONUS_MAX_DURATION() view returns (uint256)
86400
BONUS_MIN_DURATION() view returns (uint256)
3600
DIVISOR() view returns (uint256)
1000
DUST_LIMIT() view returns (uint256)
5000000000000000
ERA_PERIOD() view returns (uint256)
300
STATEMENT_HASH() view returns (bytes32)
0x2cedb9c5443254bae6c4f44a31abcb33ec27a0bd03eb58e22e38cdb8b366876d
USDWEI() view returns (uint256)
3226000000000000
admin() view returns (address)
0x0019cbe96be7c69a8218237aadff5f9657965f02
allFinalised() view returns (bool)
true
beginTime() view returns (uint256)
1508061642
calculateEndTime() view returns (uint256)
1509087311
certifier() view returns (address)
0x1e2f058c43ac8965938f6e9ca286685a3e63f24e
currentBonus() view returns (uint8)
0
endPrice() view returns (uint256)
108977891125062
endTime() view returns (uint256)
1509087311
eraIndex() view returns (uint256)
3418
halted() view returns (bool)
false
isActive() view returns (bool)
false
lastNewInterest() view returns (uint32)
4367797
tokenCap() view returns (uint256)
5000000000
tokenContract() view returns (address)
0xb59f67a8bff5d8cd03f6ac17265c550ed8f33907
totalAccounted() view returns (uint256)
544889455625310733632450
totalFinalised() view returns (uint256)
544889455625310733632450
totalReceived() view returns (uint256)
485331430802509116202000
treasury() view returns (address)
0x3bfc20f0b9afcace800d73d2191166ff16540258
Read-only
bonus(uint256 _value) view returns (uint256 extra)
buyins(address) view returns (uint128 accounted, uint128 received)
theDeal(uint256 _value) view returns (uint256 accounted, bool refund, uint256 price)
State-modifying
Events buyin(uint8 v, bytes32 r, bytes32 s) payable
drain()
finalise(address _who)
inject(address _who, uint128 _received)
setHalted(bool _halted)
uninject(address _who)
Buyin(address indexed who, uint256 accounted, uint256 received, uint256 price)
Ended(uint256 price)
Finalised(address indexed who, uint256 tokens)
Injected(address indexed who, uint256 accounted, uint256 received)
Retired()
Ticked(uint256 era, uint256 received, uint256 accounted)
Uninjected(address indexed who)
constructor(address _certifierContract, address _tokenContract, address _treasury, address _admin, uint256 _beginTime, uint256 _tokenCap)
fallback()
This contract contains no error objects.