USA Unity Coin
Unverified contract
Proxy
Active on
Base with 96 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 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
0x6060…acf8
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UUC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23666664 | 5 hours ago | | | 0 | 0.0000019060815 | |
| 23666573 | 5 hours ago | | | 0 | 0.0000012584382 | |
| 23666523 | 5 hours ago | | | 0 | 0.0000019060815 | |
| 23666305 | 5 hours ago | | | 0 | 0.0000027179015 | |
| 23663073 | 7 hours ago | | | 0 | 0.0000011176592 | |
| 23662888 | 7 hours ago | | | 0 | 0.0000020550800 | |
| 23661897 | 7 hours ago | | | 0 | 0.0000027017107 | |
| 23631264 | a day ago | | | 0 | 0.0000018692795 | |
| 23626991 | a day ago | | | 0 | 0.00032292249 | |
| 23626771 | a day ago | | | 0 | 0.0000022352072 |
ABI
ABI objects
Getter at block 23675204
DOMAIN_SEPARATOR() view returns (bytes32)
0x974d11af2f2ec71c925034e6a663b10b31c4bdb6dc1ea09ce928428936ae5094
MINT_PERMISSION_ID() view returns (bytes32)
0xb737b436e6cc542520cb79ec04245c720c38eebfa56d9e2d99b043979db20e4c
dao() view returns (address)
0x606084088f8212d4b631f71569ad10f6094cacf8
decimals() view returns (uint8)
18
name() view returns (string)
USA Unity Coin
symbol() view returns (string)
UUC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _dao, string _name, string _symbol, struct GovernanceERC20MintSettings _mintSettings)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
DaoUnauthorized(address dao, address where, address who, bytes32 permissionId)
MintSettingsArrayLengthMismatch(uint256 receiversArrayLength, uint256 amountsArrayLength)