Jesus Coin
Verified contract
Active on
Ethereum with 18,519 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
JC | ERC-20 | 4.84262M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
EKT | ERC-20 | 10 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
BRAT | ERC-20 | 1.000008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20415523 | 3 months ago | | | 0 | 0.000047440000 | |
| 18900558 | 10 months ago | | | 0 | 0.00099624000 | |
| 18549056 | a year ago | | | 0 | 0.0011301074 | |
| 18458162 | a year ago | | | 0 | 0.00072519061 | |
| 18028821 | a year ago | | | 0 | 0.0018501600 | |
| 18020556 | a year ago | | | 0 | 0.0010127409 | |
| 17681970 | a year ago | | | 0 | 0.00064300731 | |
| 17681843 | a year ago | | | 0 | 0.00061269936 | |
| 17681830 | a year ago | | | 0 | 0.00059463903 | |
| 17681785 | a year ago | | | 0 | 0.00052355986 |
ABI
ABI objects
Getter at block 21168940
airdropper() view returns (address)
0xee7652f22705243379bb85bd29d10caa3f68538b
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Jesus Coin
owner() view returns (address)
0x8a4be6f602879281319de0f0ea3f65e124247be5
symbol() view returns (string)
JC
totalSupply() view returns (uint256)
20325184344101806593400010000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy(address[] tokens)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setAirdropper(address _airdropper)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.