DSLACrowdsale
Verified contract
Active on
Ethereum with 127 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe39f…ee35
Balances ($1,174.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DSLA | ERC-20 | 8.326382M | $0.000141 |
$1,174.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16533416 | 2 years ago | | | 0 | 0.0018444249 | |
| 13639149 | 3 years ago | | | 0 | 0.0078546781 | |
| 13533960 | 3 years ago | | | 0 | 0.0057787846 | |
| 13533957 | 3 years ago | | | 0 | 0.0048693493 | |
| 13533944 | 3 years ago | | | 0 | 0.014091665 | |
| 12108810 | 4 years ago | | | 0 | 0.018450647 | |
| 11849323 | 4 years ago | | | 0 | 0.014880941 | |
| 11581569 | 4 years ago | | | 0 | 0.0055559350 | |
| 10768161 | 4 years ago | | | 0 | 0.017128129 | |
| 10723397 | 4 years ago | | | 0 | 0.017289417 |
ABI
ABI objects
Getter at block 21246849
TOKENSFORSALE() view returns (uint256)
5000000000000000000000000000
currentIcoRound() view returns (uint256)
4
distributedTokens() view returns (uint256)
1074222127769511200000000000
isFinalized() view returns (bool)
true
isOwner() view returns (bool)
false
isRefunding() view returns (bool)
false
owner() view returns (address)
0x730b0ec0c2bd3bf50dc5171d5eb5062d56803080
paused() view returns (bool)
false
raisedFunds() view returns (uint256)
7244009838944000000000
refundDeadline() view returns (uint256)
0
token() view returns (address)
0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe
vestedTokens() view returns (uint256)
1304896290308533600000000000
wallet() view returns (address)
0x5bfc716b0decd84f38419ef202fb7d2258242d5d
weiRaisedFromOtherCurrencies() view returns (uint256)
7150833838944000000000
Read-only
contributions(address) view returns (uint256)
contributionsRound(address) view returns (uint256)
getWithdrawableAmount(address _beneficiary) view returns (uint256)
icoRounds(uint256) view returns (uint256 rate, uint256 individualFloor, uint256 individualCap, uint256 softCap, uint256 hardCap)
isPauser(address account) view returns (bool)
payments(address _dest) view returns (uint256)
whitelist(address) view returns (bool)
withdrawn(address) view returns (uint256)
State-modifying
Events addAddressToWhitelist(address[] _beneficiaries)
addOtherCurrencyContributors(address _contributor, uint256 _contributionAmount, uint256 _round)
addPauser(address account)
addPrivateSaleContributors(address _contributor, uint256 _contributionAmount)
addToWhitelist(address _beneficiary)
buyTokens(address _contributor) payable
claimRefund()
claimTokens()
closeCrowdsale() returns (bool)
closeRefunding() returns (bool)
finalizeCrowdsale(bool _burn) returns (bool)
goToNextRound() returns (bool)
pause()
removeFromWhitelist(address _beneficiary)
renounceOwnership()
renouncePauser()
transferOwnership(address newOwner)
unpause()
AddedBeneficiary(address indexed _beneficiary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RemovedBeneficiary(address indexed _beneficiary)
TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpaused(address account)
constructor(address wallet, address token)
fallback()
This contract contains no error objects.