Farcaster Dollar Coin
Verified contract
Proxy
Active on
Base with 62 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "Farcaster Dollar Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21373519 | a month ago | | | 0 | 0.000000403475396654 | |
| 20312335 | 2 months ago | | | 0 | 6.7758443e-7 | |
| 19472768 | 3 months ago | | | 0 | 0.0000010818638 | |
| 15412285 | 6 months ago | | | 0 | 0.0000015262018 | |
| 15412282 | 6 months ago | | | 0 | 0.0000019819137 | |
| 15411830 | 6 months ago | | | 0 | 0.0000013269726 | |
| 15411824 | 6 months ago | | | 0 | 0.0000013676100 | |
| 15411770 | 6 months ago | | | 0 | 0.0000017211704 | |
| 15201688 | 6 months ago | | | 0 | 0.0000015131000 | |
| 14160203 | 7 months ago | | | 0 | 0.0000015260168 |
ABI
ABI objects
Getter at block 22847564 proxiableUUID() view returns (bytes32)
CONTRACT_VERSION() view returns (string)
0.1.7
CONTROLLED_ACCESS_ROLE() view returns (bytes32)
0x122c3c5f9caf2fe2940018f2188acecda5c38f4da0bc5e215c7a38055432bb6a
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x3a96155ddae2c3d96465a5d481edc0d1335d753d64527e906b1ceab9f2457666
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MODERATOR_ROLE() view returns (bytes32)
0x71f3d55856e4058ed06ee057d79ada615f65cdf5f9ee88181b914225088f834f
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Farcaster Dollar Coin, version=1, chainId=8453, verifyingContract=0x08c5c61e1d259663d11e1442c094d7016d5f3458, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Farcaster Dollar Coin
paused() view returns (bool)
false
symbol() view returns (string)
FCDC
totalSupply() view returns (uint256)
57000000000000000000
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)
isAllowed(address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events allow(address[] accounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deny(address[] accounts)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, address automator_, address client_, address defaultAdmin_, address upgrader_, uint8 controlledAccessType_)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
EIP712DomainChanged()
Initialized(uint8 version)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.