ConvergentAuction

Verified contract

Active on Ethereum with 2,592 txns
Deployed by via 0x6b6ee43f at 10801187
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots

No balances found for "ConvergentAuction"

0x20a93b60759b1fb2b62e54547a6c6e6a560f5e1eeae8df49fc3952ac14f0904b
0xb803d3fa8a6b199083ae7f38ca288fc48982e74f5c83bf43cb2945fe868bfac0
0x16d0adad4136998318032b5600ac5b5c168bd74b6d8a9a939ada8a4edc1c86bb
0x8b06c4b1ea5d417424aa3a5910e15354de3b9a63e064d95f45a768967ed192bc
0xe17e59b0d194081a750f5e6bcb53576c3dc41adfd0c876fd600093294e11b975
0x9a4cf304a2204177935409ad2a214598fbc6f1468f3630118f8a2239521b8f52
0x304646e5478f2a7811ff07f2c25e24d15e2e0c166e25132924abedd6040b8ae2
0x46f008dbf9972d44f253961fe8cc6f36dc3e5b6fd727fcf84c5273868c7a4cd7
0x3e33160b3cf6ea0907a79f73706b236179c0dd723ed86359be41090720c34622
0xa18c6355e1d0422f5dcdf7b2f3c2258c5a374b6a11d1a6c62adf37af82c7add1

Functions
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 addrview returns (addressuint256uint256uint256uint256uint256uint256bool)
getBids(uint256 fromuint256 countview returns (address[]uint256[]uint256[])
getBidsExtra(uint256 fromuint256 countview returns (uint256[] original_priceuint256[] last_updateuint256[] day_of_auctionuint256[] points_usedbool[] distributed)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
max_price_increase_allowed(address bidderview returns (uint256)
State-modifying
addToWhiteList(address account
create_bid(uint64 amountuint16 price
distributeTokens(address addr
distributeTokensMulti(uint256 fromuint256 count
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
returnCollateral(address addr
revokeRole(bytes32 roleaddress account
setThreshold(uint256 priceuint256 ratio
update_bid(uint64 amountuint16 price
withdraw(address addr
Events
BidCreated(address indexed accountuint256 amountuint256 price
BidUpdated(address indexed accountuint256 amountuint256 price
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
ThresholdSet(uint256 priceuint256 ratio
WhitelistAdded(address indexed account
Constructor
constructor(address owneraddress wl_adminuint256 _min_priceuint256 start_timeaddress a_tokenaddress p_token
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.