DutchAuction
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7de9…1cb7
0x1faf…04b7
Balances ($0.00)
No balances found for "DutchAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19268173 | 10 months ago | | | 0 | 0.0019454482 | |
| 19268166 | 10 months ago | | | 314.25795 | 0.016321777 | |
| 15925151 | 2 years ago | | | 0 | 0.00060801239 | |
| 14301068 | 3 years ago | | | 0 | 0.0014589045 | |
| 7584537 | 6 years ago | | | 0 | 0.00088067000 |
ABI
ABI objects
Getter at block 21405588
WAITING_PERIOD() view returns (uint256)
0
ambix() view returns (address)
0x06d77d039a6bd049fc9e651b7ecbb2694ac1f96f
calcStopPrice() view returns (uint256)
44861342562410
calcTokenPrice() view returns (uint256)
27366979148917
ceiling() view returns (uint256)
10000000000000000000000
endTime() view returns (uint256)
1708422959
finalPrice() view returns (uint256)
44861342562410
isOwner() view returns (bool)
false
maxTokenSold() view returns (uint256)
7000000000000000
owner() view returns (address)
0x7e151265db8fef36e1fff590303680c6dc730581
priceFactor() view returns (uint256)
150
stage() view returns (uint8)
4
startBlock() view returns (uint256)
15932030
token() view returns (address)
0x7de91b204c1c737bcee6f000aaa6569cf7061cb7
totalReceived() view returns (uint256)
314029397936863000000
wallet() view returns (address)
0x1fafda0d9039e4aabfa7b4e293b1196212a704b7
Read-only
bids(address) view returns (uint256)
isSigner(address account) view returns (bool)
State-modifying
Events addSigner(address account)
bid(bytes signature) payable returns (uint256 amount)
calcCurrentTokenPrice() returns (uint256)
claimTokens()
renounceOwnership()
renounceSigner()
setup(address _token, address _ambix)
startAuction()
transferOwnership(address newOwner)
updateStage() returns (uint8)
BidSubmission(address indexed sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
constructor(address _wallet, uint256 _maxTokenSold, uint256 _ceiling, uint256 _priceFactor)
This contract contains no fallback and receive objects.
This contract contains no error objects.