Joint admissions coin
Verified contract
Active on
Ethereum with 47,371 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 "Joint admissions coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12867833 | 3 years ago | | | 0 | 0.00053402403 | |
| 11582400 | 4 years ago | | | 0 | 0.035457174 | |
| 11579831 | 4 years ago | | | 0 | 0.010645400 | |
| 11579633 | 4 years ago | | | 0 | 0.0036732480 | |
| 9628717 | 5 years ago | | | 0 | 0.00034436705 | |
| 9469321 | 5 years ago | | | 0 | 0.00038263000 | |
| 9296492 | 5 years ago | | | 0 | 0.00020842478 | |
| 8938633 | 5 years ago | | | 0 | 0.000037475000 | |
| 8935983 | 5 years ago | | | 0 | 0.00012697980 | |
| 8935963 | 5 years ago | | | 0 | 0.00026187700 |
ABI
ABI objects
Getter at block 21262955
cap() view returns (uint256)
2100000000000000000
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Joint admissions coin
owner() view returns (address)
0x9c81f8fdc17e40e2dfb7c76fae90111ddc069518
symbol() view returns (string)
JAC
totalSupply() view returns (uint256)
2100000000000000000
transfersEnabledFlag() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _addr)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteMinter(address _addr)
enableTransfers()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unenableTransfers()
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.