JoyTube Token
Verified contract
Active on
Ethereum with 4,452 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 "JoyTube Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13726948 | 3 years ago | | | 0 | 0.0026545428 | |
| 13726947 | 3 years ago | | | 0 | 0.0075472320 | |
| 13724872 | 3 years ago | | | 0 | 0.0077135760 | |
| 13721576 | 3 years ago | | | 0 | 0.0073485731 | |
| 13512532 | 3 years ago | | | 0 | 0.012519051 | |
| 12881089 | 3 years ago | | | 0 | 0.00049185500 | |
| 12720900 | 3 years ago | | | 0 | 0.00032309160 | |
| 12720788 | 3 years ago | | | 0 | 0.00034019106 | |
| 12609292 | 3 years ago | | | 0 | 0.00049706400 | |
| 12609163 | 3 years ago | | | 0 | 0.00071840900 |
ABI
ABI objects
Getter at block 21101386
decimals() view returns (uint8)
18
issueContractAddress() view returns (address)
0xe9ed705842bd7219a963e452c41be85ce5cff884
name() view returns (string)
JoyTube Token
owner() view returns (address)
0xaae133ef3608650634d4d72fd09a89bcc0f6bd5c
symbol() view returns (string)
JTT
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
issue(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Issue(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.