SharpeCrowdsale
Verified contract
Active on
Ethereum with 156 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 "SharpeCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4723886 | 7 years ago | | | 1.3190695 | 0.000088784000 | |
| 4713554 | 7 years ago | | | 5 | 0.00063000000 | |
| 4707209 | 7 years ago | | | 0.7 | 0.00046611600 | |
| 4698657 | 7 years ago | | | 0 | 0.0025028400 | |
| 4698626 | 7 years ago | | | 0 | 0.0026344200 | |
| 4698193 | 7 years ago | | | 0.3 | 0.0012516630 | |
| 4697953 | 7 years ago | | | 2 | 0.010468665 | |
| 4694842 | 7 years ago | | | 1 | 0.0011199090 | |
| 4694050 | 7 years ago | | | 0.1777 | 0.011015350 | |
| 4688278 | 7 years ago | | | 0.23 | 0.010003391 |
ABI
ABI objects
Getter at block 21257457
BOUNTY_EXCHANGE_SHARE() pure returns (uint256)
10
CALLER_EXCHANGE_SHARE() pure returns (uint256)
40
FIRST_TIER_DISCOUNT() pure returns (uint256)
5
FOUNDER_EXCHANGE_SHARE() pure returns (uint256)
20
FOURTH_TIER_DISCOUNT() pure returns (uint256)
30
MAX_GAS_PRICE() pure returns (uint256)
50000000000
RESERVE_EXCHANGE_SHARE() pure returns (uint256)
30
SECOND_TIER_DISCOUNT() pure returns (uint256)
10
THIRD_TIER_DISCOUNT() pure returns (uint256)
20
allowTransfer() pure returns (bool)
false
bountyAddress() pure returns (address)
0x762f11b6509fbb0f7a90b5ba80d3add087bebff5
closed() pure returns (bool)
true
etherEscrowAddress() pure returns (address)
0x28350c8ce237bc205b990a40266b46fe65197db4
etherPaid() pure returns (uint256)
403172824905000000000
firstTierDiscountUpperLimitEther() pure returns (uint256)
22220000000000000000
founderTokenCount() pure returns (uint256)
403172824905000000000000
maxPresaleContributionEther() pure returns (uint256)
1110000000000000000000
minDiscountEther() pure returns (uint256)
3330000000000000000
minPresaleContributionEther() pure returns (uint256)
220000000000000000
newOwner() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0x6b3b6e23acacc712bc6d8531f7a239ca10ac47a3
paused() pure returns (bool)
false
reserveTokenCount() pure returns (uint256)
604759237357500000000000
secondTierDiscountUpperLimitEther() pure returns (uint256)
111000000000000000000
shp() pure returns (address)
0xef2463099360a085f1f10b076ed72ef625497a06
shpExchangeRate() pure returns (uint256)
5000
thirdTierDiscountUpperLimitEther() pure returns (uint256)
555000000000000000000
totalContributions() pure returns (uint256)
103
trustee() pure returns (address)
0x6d15a5f9c98e272686a5b241bc31516514e18b30
trusteeAddress() pure returns (address)
0x6d15a5f9c98e272686a5b241bc31516514e18b30
Read-only
approvedAddresses(address) pure returns (bool)
State-modifying
Events changeOwner(address _newOwner)
closeSale()
mintTokens(uint256 _tokens, address _destination)
onApprove(address, address, uint256) returns (bool)
onTransfer(address, address, uint256) returns (bool)
pauseContribution()
pegEtherValues(uint256 _minDiscountEther, uint256 _firstTierDiscountUpperLimitEther, uint256 _secondTierDiscountUpperLimitEther, uint256 _thirdTierDiscountUpperLimitEther, uint256 _minPresaleContributionEther, uint256 _maxPresaleContributionEther)
proxyPayment(address) payable returns (bool)
resumeContribution()
setAllowTransfer(bool _allowTransfer)
setShp(address _shp)
setShpExchangeRate(uint256 _shpExchangeRate)
transferOwnership(address _tokenController, address _trusteeOwner)
AllowedContributionCheck(uint256 contribution, uint8 allowedContributionState)
Contribution(uint256 etherAmount, address _caller)
ContributionRefund(uint256 etherAmount, address _caller)
ContributionStateChanged(address caller, uint8 contributionState)
CountersUpdated(uint256 preSaleEtherPaid, uint256 totalContributions)
DiscountApplied(uint256 etherAmount, uint256 tokens, uint256 discount)
NewSale(address indexed caller, uint256 etherAmount, uint256 tokensGenerated)
SaleClosed(uint256 when)
ValidContributionCheck(uint256 contribution, bool isContributionValid)
WhitelistedCounterUpdated(uint256 whitelistedPlannedContributions, uint256 usedContributions)
WhitelistedUpdated(uint256 plannedContribution, bool contributed)
constructor(address _etherEscrowAddress, address _bountyAddress, address _trusteeAddress, uint256 _minDiscountEther, uint256 _firstTierDiscountUpperLimitEther, uint256 _secondTierDiscountUpperLimitEther, uint256 _thirdTierDiscountUpperLimitEther, uint256 _minPresaleContributionEther, uint256 _maxPresaleContributionEther, uint256 _shpExchangeRate)
fallback()
This contract contains no error objects.