DOCTokenSale
Verified contract
Active on
Ethereum with 264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6064361 | 6 years ago | | | 0 | 0.0011059750 | |
| 6026971 | 6 years ago | | | 0 | 0.000057044000 | |
| 6022091 | 6 years ago | | | 0 | 0.000085566000 | |
| 6020147 | 6 years ago | | | 0 | 0.000057044000 | |
| 6017277 | 6 years ago | | | 0 | 0.000088418200 | |
| 6004385 | 6 years ago | | | 0 | 0.00011123580 | |
| 6003594 | 6 years ago | | | 0 | 0.00014261000 | |
| 6002641 | 6 years ago | | | 0 | 0.00017113200 | |
| 6001645 | 6 years ago | | | 0 | 0.00021106280 | |
| 6000410 | 6 years ago | | | 0 | 0.00022817600 |
ABI
ABI objects
Getter at block 21292161
contributionMin() view returns (uint256)
5000000000000000000
owner() view returns (address)
0x347364f2bc343f6c676620d09eb9c37431dbee60
priceUpdateAddress() view returns (address)
0x29b997d4b41b9840e60b86f32be029382b14bdcd
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
suspended() view returns (bool)
false
tokenConversionFactor() view returns (uint256)
100
tokenPerEther() view returns (uint256)
45837
tokenPrice() view returns (uint256)
100
totalEtherCollected() view returns (uint256)
5574800000000000000
totalTokensSold() view returns (uint256)
2198232168000000000000
walletAddress() view returns (address)
0x347364f2bc343f6c676620d09eb9c37431dbee60
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.