JoyToken
Verified contract
Active on
Ethereum with 2,412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10976221 | 4 years ago | | | 0 | 0.0040389030 | |
| 8310259 | 5 years ago | | | 0 | 0.00031088800 | |
| 7798061 | 5 years ago | | | 0 | 0.00072864375 | |
| 7501663 | 6 years ago | | | 0 | 0.00038989000 | |
| 7446175 | 6 years ago | | | 0 | 0.00018653280 | |
| 7289202 | 6 years ago | | | 0 | 0.00018274400 | |
| 6985633 | 6 years ago | | | 0 | 0.00023925000 | |
| 6968995 | 6 years ago | | | 0 | 0.00016139100 | |
| 6968564 | 6 years ago | | | 0 | 0.00011639100 | |
| 6904895 | 6 years ago | | | 0 | 0.00015427160 |
ABI
ABI objects
Getter at block 21173256 getContributionHashes() view returns (bytes32[])
averageBlockTime() view returns (uint256)
14
basePrice() view returns (uint256)
378787878787879
crowdsaleConcluded() view returns (bool)
true
crowdsaleOn() view returns (bool)
false
crowdsaleStarted() view returns (bool)
true
crowdsaleTokenSold() view returns (uint256)
316970084754358481857595807
crowdsaleTokenSupply() view returns (uint256)
317000000000000000000000000
decimals() view returns (uint8)
18
endBlock() view returns (uint256)
5515026
halted() view returns (bool)
false
multisig() view returns (address)
0x7c90992fbe7084b6531f086349187ebacec898a5
name() view returns (string)
JoyToken
owner() view returns (address)
0x4e3bf1aa58ebcf9698cf022b7487c7d211483eeb
ownerCandidate() view returns (address)
0x4e3bf1aa58ebcf9698cf022b7487c7d211483eeb
phase() view returns (uint8)
6
phase1Cap() view returns (uint256)
105000000000000000000000000
phase1EndBlock() view returns (uint256)
5332634
phase1StartBlock() view returns (uint256)
5289434
phase2Cap() view returns (uint256)
126000000000000000000000000
phase2EndBlock() view returns (uint256)
5369662
phase3Cap() view returns (uint256)
147000000000000000000000000
phase3EndBlock() view returns (uint256)
5406690
phase4Cap() view returns (uint256)
168000000000000000000000000
phase4EndBlock() view returns (uint256)
5443718
phase5EndBlock() view returns (uint256)
5480746
platformTokenSupply() view returns (uint256)
161000000000000000000000000
platformWithdrawalProposed() view returns (bool)
false
platformWithdrawalRecipient() view returns (address)
0x0000000000000000000000000000000000000000
presaleConcluded() view returns (bool)
true
presaleOn() view returns (bool)
false
presaleStarted() view returns (bool)
true
presaleTokenSold() view returns (uint256)
33000000000000000000000000
presaleTokenSupply() view returns (uint256)
140000000000000000000000000
rewardsTokenSupply() view returns (uint256)
105000000000000000000000000
rewardsWithdrawalProposed() view returns (bool)
false
rewardsWithdrawalRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
JOY
teamLockUp() view returns (uint256)
148800
teamTokenSupply() view returns (uint256)
84000000000000000000000000
tokenPrice() view returns (uint256)
378787878787879
totalSupply() view returns (uint256)
699998573782929910445303480
transferLockup() view returns (uint256)
5760
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
contributionHashes(uint256) view returns (bytes32)
dayToBlockNumber(uint256 dayNum) view returns (uint256)
getContributionFromHash(bytes32 contributionHash) view returns (address contributor, address recipient, uint256 ethWei, uint256 tokens, bool resolved, bool success)
State-modifying
Events acceptContribution(bytes32 transactionHash)
acceptOwnerTransfer()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
buy() payable
buyRecipient(address recipient) payable
cancelPlatformWithdrawal()
cancelRewardsWithdrawal()
concludeCrowdsale()
concludePresale()
confirmPlatformWithdrawal()
confirmRewardsWithdrawal()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
halt()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address recipient, uint256 value)
proposeNewOwner(address newOwner)
proposePlatformWithdrawal(address recipient)
proposeRewardsWithdrawal(address recipient)
rejectContribution(bytes32 transactionHash)
setAverageBlockTime(uint256 newBlockTime)
setBasePrice(uint256 newBasePrice)
setMultisig(address addr)
startCrowdsale()
startPresale()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unhalt()
withdrawTeamToken(address recipient)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address burner, uint256 amount)
ConcludeCrowdsale()
ConcludePresale()
ContributionReceived(bytes32 contributionHash, address contributor, address recipient, uint256 ethWei, uint256 pendingTokens)
ContributionResolved(bytes32 contributionHash, bool pass, address contributor, address recipient, uint256 ethWei, uint256 tokens)
Halt()
OwnerTransfer(address originalOwner, address currentOwner)
SetMultisig(address newMultisig)
StartCrowdsale()
StartPresale()
Transfer(address indexed from, address indexed to, uint256 value)
Unhalt()
constructor(address _multisig)
fallback()
This contract contains no error objects.