DSLACrowdsale
Verified contract
Active on
Ethereum with 58 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa474…0ae1
0xeeb8…e4c0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DSLA | ERC-20 | 4.544286B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7734314 | 6 years ago | | | 0 | 0.000049994000 | |
| 7548153 | 6 years ago | | | 0 | 0.00031805500 | |
| 7548148 | 6 years ago | | | 0 | 0.00013884500 | |
| 7210582 | 6 years ago | | | 0 | 0.0018939130 | |
| 7206831 | 6 years ago | | | 0 | 0.0018939130 | |
| 7180595 | 6 years ago | | | 0 | 0.0057305700 | |
| 7168921 | 6 years ago | | | 0 | 0.0057279460 | |
| 7164836 | 6 years ago | | | 0 | 0.0057279460 | |
| 7131327 | 6 years ago | | | 0 | 0.0011609970 | |
| 7131285 | 6 years ago | | | 0 | 0.0063317120 |
ABI
ABI objects
Getter at block 21268911
TOKENSFORSALE() view returns (uint256)
5000000000000000000000000000
currentIcoRound() view returns (uint256)
4
distributedTokens() view returns (uint256)
455714007971342200000000000
isFinalized() view returns (bool)
false
isOwner() view returns (bool)
false
isRefunding() view returns (bool)
false
owner() view returns (address)
0xf5e419216815f123f06f4d857462ef06ff902054
paused() view returns (bool)
false
raisedFunds() view returns (uint256)
3171593261064000000000
refundDeadline() view returns (uint256)
1557423945
token() view returns (address)
0xeeb86b7c0687002613bc88328499f5734e7be4c0
vestedTokens() view returns (uint256)
615142023914026600000000000
wallet() view returns (address)
0x5b5eb140d73ae818d013c51f92ccfcd2567708aa
weiRaisedFromOtherCurrencies() view returns (uint256)
2382400000000000000000
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.