WEEP

Unverified contract

Proxy

Active on Base with 673 txns
Deployed by via 0x0fb456f8 at 23101299
Slot
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

No balances found for "WEEP"

0xafe2180e766637c6339214ea285ae956527ced8a2b617a415b10f6e47c571e83
0xa5ae6ad5966805a2275dd74c2a69f76e93185b1d099e4d0c402ea0b3d481502a
0x1003936a3186bdfd75d229eee3fcddfe6f2aa08ed8accf0e60fe1c3472c02dea
0xd622fdfd2c1ed0a642db8ba77649b5f427ca47a2ca899643fdd5b054014a7668
0xc4ecd7a981ec2c419bee86e71a95e42190ce5b1e9fe5142acbc303f90165b00e
0x0a9f5b10fdd3d18dca3e3f2e17bca835b675ba5b70db4213c9c810b423cca0d1
0x075ad6708ef58445b0c269aa3cc95bd9dc398dd3d65b67bf016c4c6b46b7f7c7
0xfb96e49bfd4be2696967d72859f03106311cc6629a4bf30f4980e08b03ea1699
0x0bd1e3a0839cb7a8ad50ff5841c02997c174aa683aa10d11d21eb483738737aa
0x563569165ba759867fe3a986ca5ca143152d52333ff11183bc79660e65ef0e83

Functions
Getter at block 23572847
CLOCK_MODE(view returns (string)
mode=blocknumber&from=default
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x51e7283f2826b5a0a43eb5641e7713958f74e63629671bcb5b21e02c56934553
clock(view returns (uint48)
23572847
contractType(pure returns (bytes32)
0x546f6b656e455243323000000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmPXAgt4RqyXBEQcbvwWUfmfSYwXf3ZuL7VEBXdMVpPN3A/0
contractVersion(pure returns (uint8)
1
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=WEEP, version=1, chainId=8453, verifyingContract=0x120bbdd0f0b56c14878d0bf5d91f744413904ec5, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getPlatformFeeInfo(view returns (addressuint16)
(0xdc6da6287b8ccbb67b95be24d47225dcd8f5bb78, 200)
name(view returns (string)
WEEP
primarySaleRecipient(view returns (address)
0xdc6da6287b8ccbb67b95be24d47225dcd8f5bb78
symbol(view returns (string)
$WEEP
totalSupply(view returns (uint256)
7000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkpoints(address accountuint32 posview returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address accountview returns (address)
getPastTotalSupply(uint256 timepointview returns (uint256)
getPastVotes(address accountuint256 timepointview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getVotes(address accountview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
nonces(address ownerview returns (uint256)
numCheckpoints(address accountview returns (uint32)
supportsInterface(bytes4 interfaceIdview returns (bool)
verify(struct ITokenERC20MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
delegate(address delegatee
delegateBySig(address delegateeuint256 nonceuint256 expiryuint8 vbytes32 rbytes32 s
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _primarySaleRecipientaddress _platformFeeRecipientuint256 _platformFeeBps
mintTo(address touint256 amount
mintWithSignature(struct ITokenERC20MintRequest _reqbytes _signaturepayable 
multicall(bytes[] datareturns (bytes[] results)
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setContractURI(string _uri
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DelegateChanged(address indexed delegatoraddress indexed fromDelegateaddress indexed toDelegate
DelegateVotesChanged(address indexed delegateuint256 previousBalanceuint256 newBalance
EIP712DomainChanged(
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokensMinted(address indexed mintedTouint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTostruct ITokenERC20MintRequest mintRequest
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CurrencyTransferLibFailedNativeTransfer(address recipientuint256 value