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 |
---|---|---|---|---|---|
JVY | ERC-20 | 687.5 | -- | -- | |
JVY | ERC-20 | 687.5 | -- | -- | |
JVY | ERC-20 | 110 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8130044 | 5 years ago | | | 0 | 0.00080268300 | |
0x | 6406038 | 6 years ago | | | 0 | 0.00016834400 | |
| 5090237 | 7 years ago | | | 0 | 0.00051996000 | |
| 5089445 | 7 years ago | | | 0 | 0.00025360000 | |
| 4984321 | 7 years ago | | | 0 | 0.00042309600 | |
| 4976768 | 7 years ago | | | 0 | 0.00037332000 | |
| 4976693 | 7 years ago | | | 0 | 0.0010204080 | |
| 4908160 | 7 years ago | | | 0 | 0.00051996000 | |
| 4908074 | 7 years ago | | | 0 | 0.00051996000 | |
| 4876203 | 7 years ago | | | 0 | 0.00051996000 |
ABI
ABI objects
Getter at block 21440030
canUpgrade() view returns (bool)
true
decimals() view returns (uint8)
18
getUpgradeState() view returns (uint8)
2
mintingFinished() view returns (bool)
true
name() view returns (string)
JAVVY
newOwner() view returns (address)
0x00b933dfc7f69533979e54d0f9f52e617621abe6
owner() view returns (address)
0x00b933dfc7f69533979e54d0f9f52e617621abe6
releaseAgent() view returns (address)
0xc92438e882180ad27e55b3c5765d3f625c59ed63
released() view returns (bool)
true
symbol() view returns (string)
JVY
totalSupply() view returns (uint256)
7177500000000000000071302444932154501544053
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x00613174dd1c94892a2ca3b4d7038724899b5069
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
mintAgents(address) view returns (bool)
transferAgents(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
safeAdd(uint256 a, uint256 b) returns (uint256)
safeMul(uint256 a, uint256 b) returns (uint256)
safeSub(uint256 a, uint256 b) returns (uint256)
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(string _name, string _symbol, uint256 _initialSupply, uint8 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.