JUNGLECOIN
Verified contract
Active on
Ethereum with 2,120 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 "JUNGLECOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749455 | 2 months ago | | | 0 | 0.000050530297 | |
| 20156281 | 5 months ago | | | 0 | 0.00013500556 | |
| 19601602 | 7 months ago | | | 0 | 0.00023359504 | |
| 19601602 | 7 months ago | | | 0 | 0.00023359504 | |
| 19200562 | 9 months ago | | | 0 | 0.00085821527 | |
| 18743057 | a year ago | | | 0 | 0.0010773967 | |
| 18708150 | a year ago | | | 0 | 0.0021608954 | |
| 18548356 | a year ago | | | 0 | 0.00057337707 | |
| 18432073 | a year ago | | | 0 | 0.00056090883 | |
| 18422242 | a year ago | | | 0 | 0.00060897685 |
ABI
ABI objects
Getter at block 21163313
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
maxSupplyLocked() view returns (bool)
false
name() view returns (string)
JUNGLECOIN
owner() view returns (address)
0x04745b4574b5044e216a8440eb4ee001aaa3fd9a
symbol() view returns (string)
JLC
totalSupply() view returns (uint256)
33069975651666665613668511
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockMaxSupply()
mint(address _account, uint256 _amount)
removeMinter(address _account)
renounceOwnership()
setMaxSupply(uint256 _maxSupply)
setMinter(address _account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxSupplyLocked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMaxSupply(uint256 amount)
SetMinter(address account, bool isMinter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.