JAAGCoin
Verified contract
Active on
Ethereum with 41,262 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 | 12 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12448176 | 4 years ago | | | 0 | 0.0066343680 | |
| 12448151 | 4 years ago | | | 0 | 0.0068611840 | |
| 11042072 | 4 years ago | | | 0 | 0.0019534491 | |
| 10108052 | 5 years ago | | | 0 | 0.0021617200 | |
| 10072752 | 5 years ago | | | 0 | 0.00076115777 | |
| 10019399 | 5 years ago | | | 0 | 0.00073498480 | |
| 9777426 | 5 years ago | | | 0 | 0.000086495200 | |
| 9739620 | 5 years ago | | | 0 | 0.00032575200 | |
| 9739570 | 5 years ago | | | 0 | 0.00039316000 | |
| 9695667 | 5 years ago | | | 0 | 0.00020050800 |
ABI
ABI objects
Getter at block 21243707
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)
0xf9785b34b61becf1bc638c43affa0d2bee747d66
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 addBlockList(address wallet)
addUser(address user)
approve(address _spender, uint256 _value) returns (bool success)
createTokens() payable
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeBlockList(address wallet)
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.