TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 441 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 |
---|---|---|---|---|---|
AUDF | ERC-20 | 75 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190672 | 3 days ago | | | 0 | 0.00062708945 | |
| 21089794 | 17 days ago | | | 0 | 0.00045192574 | |
| 21089659 | 17 days ago | | | 0 | 0.00063272000 | |
| 20658766 | 3 months ago | | | 0 | 0.000082797997 | |
| 20231124 | 4 months ago | | | 0 | 0.00012254468 | |
| 20229789 | 4 months ago | | | 0 | 0.00016707139 | |
| 20229757 | 4 months ago | | | 0 | 0.00019209171 | |
| 20159645 | 5 months ago | | | 0 | 0.00046172000 | |
| 20159426 | 5 months ago | | | 0 | 0.00046148000 | |
| 20138920 | 5 months ago | | | 0 | 0.00046172000 |
ABI
ABI objects
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 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blacklist(address _account)
burn(address _account, uint256 _amount)
burn(uint256 _amount)
grantRole(bytes32 role, address account)
grantRoles(address _address)
initialize(address _admin)
mint(address _account, uint256 _amount)
mint(uint256 _amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
revokeRoles(address _address)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferRoles(address from, address to)
transferRoles(address to)
unBlacklist(address _account)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed account)
Burn(address indexed account, uint256 amount)
EIP712DomainChanged()
Initialized(uint64 version)
Mint(address indexed account, uint256 amount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklist(address indexed account)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
Blacklisted(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()