BattlepassClaimer
Verified contract
Active on
Base with 7,927 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5044…ddd6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001675 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21820982 | an hour ago | | | 0 | 0.000000300126472009 | |
| 21816971 | 4 hours ago | | | 0 | 2.9701047e-7 | |
| 21816850 | 4 hours ago | | | 0 | 2.9387971e-7 | |
| 21816747 | 4 hours ago | | | 0 | 2.9383572e-7 | |
| 21816723 | 4 hours ago | | | 0 | 1.8585045e-7 | |
| 21815797 | 4 hours ago | | | 0 | 2.9698192e-7 | |
| 21814149 | 5 hours ago | | | 0 | 2.9351276e-7 | |
| 21813890 | 5 hours ago | | | 0 | 2.9584390e-7 | |
| 21813384 | 6 hours ago | | | 0 | 2.9428726e-7 | |
| 21813355 | 6 hours ago | | | 0 | 2.9490135e-7 |
ABI
ABI objects
Getter at block 21823407
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Battlepass Claimer, version=1.0.0, chainId=8453, verifyingContract=0x335bab84b3069ecfa7223dfbea162324d4c797da, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isDisabled() view returns (bool)
false
maxUpgradablePerTxn() view returns (uint256)
1
owner() view returns (address)
0x02f086dbc384d69b3041bc738f0a8af5e49da181
parallelBattlepass() view returns (address)
0x504405158f9960a0252a83ee2fd13167991addd6
trustedSigner() view returns (address)
0x9bc1aa36424ebffe297eb4c9d2ae4fa8c986a94e
Read-only
nonces(uint256) view returns (uint256)
tokenPrices(uint256) view returns (uint256)
tokens(uint256) view returns (bool)
State-modifying
Events claim(uint256 userId, uint256[] tokenIds, uint256[] amounts, bytes signature)
renounceOwnership()
setIsDisabled(bool _isDisabled)
setMaxUpgradablePerTxn(uint256 _maxUpgradablePerTxn)
setParallelBattlepass(address _parallelBattlepass)
setTokens(uint256[] _tokenIds, bool[] _values)
setTrustedSigner(address _trustedSigner)
transferOwnership(address newOwner)
BattlepassClaimed(address indexed account, uint256 userId, uint256[] tokenIds, uint256[] amounts)
EIP712DomainChanged()
IsDisabledSet(bool isDisabled)
MaxUpgradablePerTxnSet(uint256 maxUpgradablePerTxn)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParallelBattlepassSet(address indexed parallelBattlepass)
TokensSet(uint256[] tokenIds, bool[] values)
TrustedSignerSet(address indexed trustedSigner)
constructor()
This contract contains no fallback and receive objects.
ContractDisabled()
InvalidCaller(address caller)
InvalidShortString()
InvalidSig(bytes signature)
ParamLengthMismatch()
RedeemingTooMany(uint256 amount)
StringTooLong(string str)