DOCTokenSale
Verified contract
Active on
Ethereum with 73 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DOCTokenSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5354256 | 7 years ago | | | 0.74023987 | 0.0020952400 | |
| 5353998 | 7 years ago | | | 0.75164511 | 0.0020952400 | |
| 5352770 | 7 years ago | | | 0.75031035 | 0.0020952400 | |
| 5352491 | 7 years ago | | | 0.75560041 | 0.0018600600 | |
| 5352236 | 7 years ago | | | 0.75769565 | 0.0020952400 | |
| 5349875 | 7 years ago | | | 0 | 0.000057044000 | |
| 5348133 | 7 years ago | | | 0 | 0.00014261000 | |
| 5347887 | 7 years ago | | | 0 | 0.00011408800 | |
| 5347408 | 7 years ago | | | 0 | 0.00012862500 | |
| 5347215 | 7 years ago | | | 0 | 0.0011059750 |
ABI
ABI objects
Getter at block 21328230
contributionMin() view returns (uint256)
5000000000000000000
owner() view returns (address)
0xcd6b3d0c0dd850bad071cd20e428940d2e25120f
priceUpdateAddress() view returns (address)
0x0fb285cae5dccddb4f8ea252a16876dd3dfb0f52
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
suspended() view returns (bool)
true
tokenConversionFactor() view returns (uint256)
100
tokenPerEther() view returns (uint256)
36927
tokenPrice() view returns (uint256)
100
totalEtherCollected() view returns (uint256)
10059332727356671300
totalTokensSold() view returns (uint256)
5223901348253536745000
walletAddress() view returns (address)
0xcd6b3d0c0dd850bad071cd20e428940d2e25120f
Read-only
isOwner(address _address) view returns (bool)
State-modifying
Events buyTokens(address _beneficiary) payable returns (uint256)
cancelOwnershipTransfer() returns (bool)
completeOwnershipTransfer() returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
reclaimTokens() returns (bool)
resume() returns (bool)
setMinToken(uint256 _minToken) returns (bool)
setTokenPrice(uint256 _tokenPrice) returns (bool)
setWalletAddress(address _walletAddress) returns (bool)
suspend() returns (bool)
updatePriceAddress(address _newAddress) returns (bool)
updateTokenPerEther(uint256 _etherPrice) returns (bool)
Initialized()
OwnershipTransferCanceled()
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
PriceAddressUpdated(address indexed _newAddress)
SaleResumed()
SaleSuspended()
TokenMinUpdated(uint256 _newValue)
TokenPerEtherUpdated(uint256 _newValue)
TokenPriceUpdated(uint256 _newValue)
TokensPurchased(address indexed _beneficiary, uint256 _cost, uint256 _tokens)
TokensReclaimed(uint256 _amount)
WalletAddressUpdated(address indexed _newAddress)
constructor()
fallback()
This contract contains no error objects.