JPY Coin
Verified contract
Proxy
Active on
Ethereum with 1,542 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198392 | 2 days ago | | | 0 | 0.00060854105 | |
| 21143313 | 10 days ago | | | 0 | 0.00085966069 | |
| 21137325 | 10 days ago | | | 0 | 0.00086946833 | |
| 21100052 | 16 days ago | | | 0 | 0.00022044663 | |
| 21071799 | 20 days ago | | | 0 | 0.00069761258 | |
| 21052527 | 22 days ago | | | 0 | 0.00036554568 | |
| 21006681 | a month ago | | | 0 | 0.00044964559 | |
| 21006613 | a month ago | | | 0 | 0.00042354000 | |
| 20982071 | a month ago | | | 0 | 0.00058323908 | |
| 20942490 | a month ago | | | 0 | 0.0010354887 |
ABI
ABI objects
Getter at block 21212118 proxiableUUID() view returns (bytes32)
CANCEL_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
RECEIVE_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
_domainSeparatorV4() view returns (bytes32)
0x4a6710a6c991ed98dc680e7b543d6c00beb16120340e91044b4f388ecdfecc2c
blocklister() view returns (address)
0x09696fe6eff5745359345387acb6f3a5b324e878
currency() view returns (string)
JPY
decimals() view returns (uint8)
18
minterAdmin() view returns (address)
0xc6b1dc6c9ff85e968527f5c755fc07253a084247
name() view returns (string)
JPY Coin
owner() view returns (address)
0x31735b5db5850f66082cc0f1a61ca1a8e07a60a5
paused() view returns (bool)
false
pauser() view returns (address)
0x8869bcc9c9530b00c56df5e6e0a721ca3b94bf23
rescuer() view returns (address)
0x09696fe6eff5745359345387acb6f3a5b324e878
symbol() view returns (string)
JPYC
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizationState(address authorizer, bytes32 nonce) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlocklisted(address _account) view returns (bool)
isMinter(address account) view returns (bool)
minterAllowance(address minter) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blocklist(address _account)
burn(uint256 _amount)
cancelAuthorization(address authorizer, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
configureMinter(address minter, uint256 minterAllowedAmount) returns (bool)
decreaseAllowance(address spender, uint256 decrement) returns (bool)
increaseAllowance(address spender, uint256 increment) returns (bool)
initialize(string tokenName, string tokenSymbol, string tokenCurrency, uint8 tokenDecimals, address newMinterAdmin, address newPauser, address newBlocklister, address newRescuer, address newOwner)
mint(address _to, uint256 _amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
receiveWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
removeMinter(address minter) returns (bool)
rescueERC20(address tokenContract, address to, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
unBlocklist(address _account)
unpause()
updateBlocklister(address _newBlocklister)
updateMinterAdmin(address _newMinterAdmin)
updatePauser(address _newPauser)
updateRescuer(address newRescuer)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Blocklisted(address indexed _account)
BlocklisterChanged(address indexed newBlocklister)
Burn(address indexed burner, uint256 amount)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterAdminChanged(address indexed newMinterAdmin)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PauserChanged(address indexed newAddress)
RescuerChanged(address indexed newRescuer)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlocklisted(address indexed _account)
Unpause()
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.