ProtocolRewards
Verified contract
Active on
Base with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$53,392.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 22.017072 | $2,425.07 |
$53,392.94 | |
GRG | ERC-20 | 0.1 | $1.95 |
$0.2 | |
WGC | ERC-20 | 200 | $0.0001 |
$0.02 | |
USA | ERC-20 | 1 | $0.001169 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000624 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21438140 | 14 days ago | | | 0 | 1.4252099e-7 | |
| 20655983 | a month ago | | | 0 | 1.3426320e-7 | |
| 20355993 | a month ago | | | 0 | 1.4574696e-7 | |
| 18810465 | 2 months ago | | | 0 | 1.1845770e-7 | |
| 18215173 | 3 months ago | | | 0 | 1.1145972e-7 | |
0x0a706173 | 17765088 | 3 months ago | | | 0 | 1.2770044e-7 | |
0x2a696e68 | 17418054 | 3 months ago | | | 0 | 1.8648460e-7 | |
| 16899074 | 4 months ago | | | 0 | 1.4268060e-7 | |
| 16705018 | 4 months ago | | | 0 | 1.1457900e-7 | |
| 15501400 | 5 months ago | | | 0 | 1.3260668e-7 |
ABI
ABI objects
Getter at block 22030685
WITHDRAW_TYPEHASH() view returns (bytes32)
0x7b35c0715842c169bbf11116e8d20b2e74dacbd860d36ad5e47c3d88c15be55b
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=ProtocolRewards, version=1, chainId=8453, verifyingContract=0x7777777a456ff23d9b6851184472c08fbda73e32, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
totalSupply() view returns (uint256)
22017072000000000000
Read-only
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events deposit(address to, bytes4 reason, string comment) payable
depositBatch(address[] recipients, uint256[] amounts, bytes4[] reasons, string comment) payable
depositRewards(address creator, uint256 creatorReward, address createReferral, uint256 createReferralReward, address mintReferral, uint256 mintReferralReward, address firstMinter, uint256 firstMinterReward, address zora, uint256 zoraReward) payable
withdraw(address to, uint256 amount)
withdrawWithSig(address from, address to, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
Deposit(address indexed from, address indexed to, bytes4 indexed reason, uint256 amount, string comment)
EIP712DomainChanged()
RewardsDeposit(address indexed creator, address indexed createReferral, address indexed mintReferral, address firstMinter, address zora, address from, uint256 creatorReward, uint256 createReferralReward, uint256 mintReferralReward, uint256 firstMinterReward, uint256 zoraReward)
Withdraw(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
ADDRESS_ZERO()
ARRAY_LENGTH_MISMATCH()
INVALID_DEPOSIT()
INVALID_SIGNATURE()
INVALID_WITHDRAW()
InvalidShortString()
SIGNATURE_DEADLINE_EXPIRED()
StringTooLong(string str)
TRANSFER_FAILED()