JPY Coin

Verified contract

Proxy

Active on Ethereum with 1,542 txns
Deployed by via 0x7f5ee27d at 15565474
Slot
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
ERC-20
--
0xef50875ce02fbfd0ebd5bfd68c8762523ee1f261ea096d564ab3ad105a62b1fd
0x18f256d915a78a4b3041d303861d0f461f8b63200453b8003c0719746128d3fc
0xad6cab8fed009620255009657fdd021793c069114c8026977af7debc9d55e774
0x0e780e93b0fc1436c9d5b10629566e6c39a988ae5e894350a36d3d7e45e790ba
0x8b27b88d354a41b0bc17525a08cca1c3c20bb1570cbcb34f9a46670493f5ed49
0x506acf5773f6ad0349c5e38370fe5b743c088135176c012f00a9177a76c2486d
0x7cc749f685ff39d506eb3ef8b98eb9d29e8958e7e953bffe1c285b698bf301f2
0x30c124692fd653af76801175dbba78c96e05d82662a58990bf347429e9c02158
0x282266159a91347741eb5757d346a3841568689f223ed49b2687d70992ab2f9f
0xacc23dfdd9f8cd66c54c497d910d3620dc431aadbe797760a0b28c777b2d5de2

Functions
Getter at block 21212118
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
 
proxiableUUID(view returns (bytes32)
rescuer(view returns (address)
0x09696fe6eff5745359345387acb6f3a5b324e878
symbol(view returns (string)
JPYC
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
authorizationState(address authorizerbytes32 nonceview returns (bool)
balanceOf(address accountview returns (uint256)
isBlocklisted(address _accountview returns (bool)
isMinter(address accountview returns (bool)
minterAllowance(address minterview returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
blocklist(address _account
burn(uint256 _amount
cancelAuthorization(address authorizerbytes32 nonceuint8 vbytes32 rbytes32 s
configureMinter(address minteruint256 minterAllowedAmountreturns (bool)
decreaseAllowance(address spenderuint256 decrementreturns (bool)
increaseAllowance(address spenderuint256 incrementreturns (bool)
initialize(string tokenNamestring tokenSymbolstring tokenCurrencyuint8 tokenDecimalsaddress newMinterAdminaddress newPauseraddress newBlocklisteraddress newRescueraddress newOwner
mint(address _touint256 _amountreturns (bool)
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
removeMinter(address minterreturns (bool)
rescueERC20(address tokenContractaddress touint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
unBlocklist(address _account
unpause(
updateBlocklister(address _newBlocklister
updateMinterAdmin(address _newMinterAdmin
updatePauser(address _newPauser
updateRescuer(address newRescuer
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizationCanceled(address indexed authorizerbytes32 indexed nonce
AuthorizationUsed(address indexed authorizerbytes32 indexed nonce
Blocklisted(address indexed _account
BlocklisterChanged(address indexed newBlocklister
Burn(address indexed burneruint256 amount
Mint(address indexed minteraddress indexed touint256 amount
MinterAdminChanged(address indexed newMinterAdmin
MinterConfigured(address indexed minteruint256 minterAllowedAmount
MinterRemoved(address indexed oldMinter
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
PauserChanged(address indexed newAddress
RescuerChanged(address indexed newRescuer
Transfer(address indexed fromaddress indexed touint256 value
UnBlocklisted(address indexed _account
Unpause(
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.