Frens
Unverified contract
Proxy
Active on
Base with 293 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001628 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21732065 | 2 days ago | | | 0 | 2.6518037e-7 | |
| 21575904 | 6 days ago | | | 0 | 3.3236320e-7 | |
| 20391135 | a month ago | | | 0 | 3.1480906e-7 | |
| 19621210 | 2 months ago | | | 0 | 3.1629943e-7 | |
| 19076850 | 2 months ago | | | 0 | 1.5138333e-7 | |
| 18810789 | 2 months ago | | | 0 | 0.000000100597694395 | |
| 17830632 | 3 months ago | | | 0 | 2.6333204e-7 | |
| 17633006 | 3 months ago | | | 0 | 7.4980582e-7 | |
| 17492389 | 3 months ago | | | 0 | 0.0000029162091 | |
| 17374477 | 3 months ago | | | 0 | 0.000000403829711857 |
ABI
ABI objects
Getter at block 21829926
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x9f8d545b8dd323ee9839c8f9ceb79ab6fc56ef69e59a03b9d715449f743f39e8
clock() view returns (uint48)
21829926
contractType() pure returns (bytes32)
0x546f6b656e455243323000000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmY9Lt3faovL68JN891f9Cvyo9Q6GfCCuUv1eSNbWsmaPz/0
contractVersion() pure returns (uint8)
1
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=Frens, version=1, chainId=8453, verifyingContract=0x248788029462e1d6ed1a6501f273fe87f9daae1f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getPlatformFeeInfo() view returns (address, uint16)
(0x12538936c5a3446a5fbcf0b8db2826e589784a52, 0)
name() view returns (string)
Frens
primarySaleRecipient() view returns (address)
0x12538936c5a3446a5fbcf0b8db2826e589784a52
symbol() view returns (string)
FRENS
totalSupply() view returns (uint256)
1000000000000000000000000000
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 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
verify(struct ITokenERC20MintRequest _req, bytes _signature) view returns (bool, address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _primarySaleRecipient, address _platformFeeRecipient, uint256 _platformFeeBps)
mintTo(address to, uint256 amount)
mintWithSignature(struct ITokenERC20MintRequest _req, bytes _signature) payable
multicall(bytes[] data) returns (bytes[] results)
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)
setContractURI(string _uri)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPrimarySaleRecipient(address _saleRecipient)
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)
EIP712DomainChanged()
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
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)
TokensMinted(address indexed mintedTo, uint256 quantityMinted)
TokensMintedWithSignature(address indexed signer, address indexed mintedTo, struct ITokenERC20MintRequest mintRequest)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.