This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 441 txns
Deployed by via 0xf995f7ba at 18969630
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x7e3e60e4a3def9725ef4a657d941f9fb3a2f3cd1b5e5af1b6cb19c59bc694097
0x9547f45a6f57fa5851e4193e404e5090e09bf65fc754a22577d8377f8bc52781
0xa5db93a324bd2991bd22c3a02499fab779b8630944e6661815a158f9c529694e
0xeaa19b32f90868117885b785cf05f30c9b97f939d7f03d008e0b772aa3f3def9
0x9ce86da7be90ab95d1f4f48a4e33ae4f71396ad3f3ebe07491f011b9a13df6e7
0xbbca0df4cb9be1eed37edfa151461059eeeae68b9118c7a5ac87c6f95c7676f0
0xe6b17b53d3073515ea9383af51ea17bbf3b659b12bb583d643e34bd1fba7d6bb
0x920457623be023706163a986fe445672bd3b0f764e51cbdf252c213fa9537de9
0x239402ed6053014bc17eb1e5cb1342a76aa6ebcff49895dc4004a849a5eb9806
0x5a4a1f5cf7901477246b798ead7ed47e6d2566cfe9847e96b26dbec8f208e40d

Functions
Getter at block 21214549
BLACKLIST_ROLE(view returns (bytes32)
0x22435ed027edf5f902dc0093fbc24cdb50c05b5fd5f311b78c67c1cbaff60e13
BURN_ROLE(view returns (bytes32)
0xe97b137254058bd94f28d2f3eb79e2d34074ffb488d042e3bc958e0a57d2fa22
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x3931c79946c37c70284795e0b48912d94e0ca47087d02c153f18a83612b9f15f
MINT_ROLE(view returns (bytes32)
0x154c00819833dac601ee5ddded6fda79d9d8b506b911b3dbd54cdb95fe6c3686
PAUSE_ROLE(view returns (bytes32)
0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d
decimals(view returns (uint8)
6
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Forte AUD, version=1, chainId=1, verifyingContract=0xd2a530170d71a9cfe1651fb468e2b98f7ed7456b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name(view returns (string)
Forte AUD
paused(view returns (bool)
false
roles(view returns (bytes32[])
[0x0000000000000000000000000000000000000000000000000000000000000000, 0x22435ed027edf5f902dc0093fbc24cdb50c05b5fd5f311b78c67c1cbaff60e13, 0xe97b137254058bd94f28d2f3eb79e2d34074ffb488d042e3bc958e0a57d2fa22, 0x154c00819833dac601ee5ddded6fda79d9d8b506b911b3dbd54cdb95fe6c3686, 0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d]
symbol(view returns (string)
AUDF
totalSupply(view returns (uint256)
360000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlacklisted(address accountview returns (bool)
nonces(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
blacklist(address _account
burn(address _accountuint256 _amount
burn(uint256 _amount
grantRole(bytes32 roleaddress account
grantRoles(address _address
initialize(address _admin
mint(address _accountuint256 _amount
mint(uint256 _amount
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
revokeRoles(address _address
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferRoles(address fromaddress to
transferRoles(address to
unBlacklist(address _account
unpause(
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Blacklist(address indexed account
Burn(address indexed accountuint256 amount
EIP712DomainChanged(
Initialized(uint64 version
Mint(address indexed accountuint256 amount
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
Transfer(address indexed fromaddress indexed touint256 value
UnBlacklist(address indexed account
Unpaused(address account
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
Blacklisted(address account
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
EnforcedPause(
ExpectedPause(
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotInitializing(