ConvergentAuction
Verified contract
Active on
Ethereum with 2,592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x7968…5148
Balances ($0.00)
No balances found for "ConvergentAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12074038 | 4 years ago | | | 0 | 0.0025602500 | |
| 10993864 | 4 years ago | | | 0 | 0.0060087500 | |
| 10895723 | 4 years ago | | | 0 | 0.0029325000 | |
| 10868900 | 4 years ago | | | 0 | 0.0024163800 | |
| 10865647 | 4 years ago | | | 0 | 0.0046685400 | |
| 10865628 | 4 years ago | | | 0 | 0.0048093000 | |
| 10862524 | 4 years ago | | | 0 | 0.0032395000 | |
| 10862305 | 4 years ago | | | 0 | 0.0079225925 | |
| 10862135 | 4 years ago | | | 0 | 0.014894934 | |
| 10861708 | 4 years ago | | | 0 | 0.013774104 |
ABI
ABI objects
Getter at block 21300087
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_start_time() view returns (uint256)
1599336000
auctionEnded() view returns (bool)
true
auctioned_token() view returns (address)
0x7968bc6a03017ea2de509aaa816f163db0f35148
getBidCount() view returns (uint256)
686
isInBiddingPhase() view returns (bool)
false
isInSubmissionPhase() view returns (bool)
false
min_price() view returns (uint256)
100
owner() view returns (address)
0xfe3cb9deceb4d36e0321935931639c0a1cd603a4
payment_token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
threshold_price() view returns (uint256)
1200
threshold_ratio() view returns (uint256)
407
Read-only
getBid(address addr) view returns (address, uint256, uint256, uint256, uint256, uint256, uint256, bool)
getBids(uint256 from, uint256 count) view returns (address[], uint256[], uint256[])
getBidsExtra(uint256 from, uint256 count) view returns (uint256[] original_price, uint256[] last_update, uint256[] day_of_auction, uint256[] points_used, bool[] distributed)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
max_price_increase_allowed(address bidder) view returns (uint256)
State-modifying
Events addToWhiteList(address account)
create_bid(uint64 amount, uint16 price)
distributeTokens(address addr)
distributeTokensMulti(uint256 from, uint256 count)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
returnCollateral(address addr)
revokeRole(bytes32 role, address account)
setThreshold(uint256 price, uint256 ratio)
update_bid(uint64 amount, uint16 price)
withdraw(address addr)
BidCreated(address indexed account, uint256 amount, uint256 price)
BidUpdated(address indexed account, uint256 amount, uint256 price)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
ThresholdSet(uint256 price, uint256 ratio)
WhitelistAdded(address indexed account)
constructor(address owner, address wl_admin, uint256 _min_price, uint256 start_time, address a_token, address p_token)
This contract contains no fallback and receive objects.
This contract contains no error objects.