JAAGCoin
Verified contract
Active on
Ethereum with 1,554 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JAAG | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7133538 | 6 years ago | | | 0 | 0.000031535400 | |
| 7133535 | 6 years ago | | | 0 | 0.000052061800 | |
| 6803928 | 6 years ago | | | 0 | 0.0021396670 | |
| 6599513 | 6 years ago | | | 0 | 0.0051665130 | |
| 6525131 | 6 years ago | | | 0 | 0.00011175300 | |
| 6525054 | 6 years ago | | | 0 | 0.000095284000 | |
| 6324569 | 6 years ago | | | 0 | 0.00044502000 | |
| 6240640 | 6 years ago | | | 0 | 0.000066753000 | |
| 6222955 | 6 years ago | | | 0 | 0.00011481140 | |
| 6222208 | 6 years ago | | | 0 | 0.00013389000 |
ABI
ABI objects
Getter at block 21257388
INITIAL_SUPPLY() view returns (uint256)
160000000000000000000000000
MAXUM_SUPPLY() view returns (uint256)
250000000000000000000000000
RATE() view returns (uint256)
1
_currentSupply() view returns (uint256)
0
_totalSupply() view returns (uint256)
160000000000000000000000000
decimals() view returns (uint8)
18
getCurrentOwnerBallence() view returns (uint256)
0
getRate() view returns (uint256)
1
mintingFinished() view returns (bool)
false
name() view returns (string)
JAAGCoin
owner() view returns (address)
0x562e16bfb13e7d5aa991263e573e2f4655894e8f
symbol() view returns (string)
JAAG
totalSupply() view returns (uint256)
160000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remianing)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addUser(address user)
approve(address _spender, uint256 _value) returns (bool success)
createTokens() payable
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeUser(address user)
setRate(uint256 _rate) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LogUserAdded(address user)
LogUserRemoved(address user)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.