JSETokenSale
Verified contract
Active on
Ethereum with 884 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d18…620b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JSE | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8811106 | 5 years ago | | | 0.0004035 | 0.000031500000 | |
| 6539348 | 6 years ago | | | 1 | 0.0011470000 | |
| 6539348 | 6 years ago | | | 1 | 0.00013764000 | |
| 6539345 | 6 years ago | | | 0.36 | 0.00018581400 | |
| 6508381 | 6 years ago | | | 0.36 | 0.00016058000 | |
| 6508377 | 6 years ago | | | 0.36 | 0.00014039280 | |
| 6508374 | 6 years ago | | | 0.36 | 0.00015828600 | |
| 6499821 | 6 years ago | | | 0 | 0.000047474000 | |
| 6499180 | 6 years ago | | | 0.21111111 | 0.000067487000 | |
| 6498892 | 6 years ago | | | 0.36 | 0.00013047125 |
ABI
ABI objects
Getter at block 21162140
CONTRIBUTION_MAX() view returns (uint256)
10000000000000000000000
CONTRIBUTION_MAX_NO_WHITELIST() view returns (uint256)
20000000000000000000
CONTRIBUTION_MIN() view returns (uint256)
100000000000000000
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
DURATION() view returns (uint256)
7257600
PURCHASE_DIVIDER() view returns (uint256)
1000
TOKENS_DISTRIBUTED() view returns (uint256)
5000000000000000000000000000
TOKENS_MAX() view returns (uint256)
10000000000000000000000000000
TOKENS_PER_KETHER() view returns (uint256)
75000000
TOKENS_SALE() view returns (uint256)
5000000000000000000000000000
TOKEN_DECIMALS() view returns (uint8)
18
adminAddress() view returns (address)
0x00d443438e94f73c0938bd241decaf535ccce731
bonusIncreasePercentage() view returns (uint256)
5
currentTime() view returns (uint256 _currentTime)
1731300383
finalized() view returns (bool)
true
operatorAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x00d443438e94f73c0938bd241decaf535ccce731
paused() view returns (bool)
false
publicSaleStarted() view returns (bool)
true
tokenContract() view returns (address)
0x2d184014b5658c453443aa87c8e9c4d57285620b
tokensPerKEther() view returns (uint256)
75000000
totalPresaleBase() view returns (uint256)
0
totalPresaleBonus() view returns (uint256)
0
totalTokensSold() view returns (uint256)
44790780208366797615986250
wallet() view returns (address)
0xc880f4143950bfb27ed021793991f35466b99201
weiRaised() view returns (uint256)
551058730792271075157
Read-only
whitelist(address) view returns (bool)
State-modifying
Events buyTokens() payable returns (bool)
changeBonusIncreasePercentage(uint256 _newPercentage) returns (bool)
changeWallet(address _wallet) returns (bool)
finalize() returns (bool)
initialize() returns (bool)
pause()
reclaimTokens(uint256 _amount) returns (bool)
renounceOwnership()
setAdminAddress(address _adminAddress) returns (bool)
setOperatorAddress(address _operatorAddress) returns (bool)
setTokensPerKEther(uint256 _tokensPerKEther) returns (bool)
startPublicSale() returns (bool)
transferOwnership(address _newOwner)
unpause()
updateWhitelist(address _account) returns (bool)
AdminAddressChanged(address indexed _newAddress)
BonusIncreasePercentageChanged(uint256 _oldPercentage, uint256 _newPercentage)
Finalized()
Initialized()
OperatorAddressChanged(address indexed _newAddress)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PresaleAdded(address indexed _account, uint256 _baseTokens, uint256 _bonusTokens)
TokensPerKEtherUpdated(uint256 _amount)
TokensPurchased(address indexed _beneficiary, uint256 _cost, uint256 _tokens, uint256 _totalSold)
TokensReclaimed(uint256 _amount)
Unpause()
UnsoldTokensBurnt(uint256 _amount)
WalletChanged(address _newWallet)
WhitelistUpdated(address indexed _account)
constructor(address _tokenContract, address _wallet)
fallback()
This contract contains no error objects.