USDY

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xad493fb7 at 17672244
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional variable

No balances found for "USDY"

No transactions found for "USDY"


Functions
Getter at block 20880776
BURNER_ROLE(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LIST_CONFIGURER_ROLE(view returns (bytes32)
0xa74faf88a584437bd0449f37007060732f2e252b1607e7286651c9b6c1a74cba
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
allowlist(view returns (address)
0x0000000000000000000000000000000000000000
blocklist(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
paused(view returns (bool)
false
sanctionsList(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(address fromuint256 amount
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string namestring symbol
initialize(string namestring symboladdress blocklistaddress allowlistaddress sanctionsList
mint(address touint256 amount
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setAllowlist(address allowlist
setBlocklist(address blocklist
setSanctionsList(address sanctionsList
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
unpause(
Events
AllowlistSet(address oldAllowlistaddress newAllowlist
Approval(address indexed owneraddress indexed spenderuint256 value
BlocklistSet(address oldBlocklistaddress newBlocklist
Initialized(uint8 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SanctionsListSet(address oldSanctionsListaddress newSanctionsList
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistZeroAddress(
BlockedAccount(
BlocklistZeroAddress(
SanctionedAccount(
SanctionsListZeroAddress(