BattlepassClaimer
Verified contract
Active on
Base with 8,298 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.000761 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756399 | 23 minutes ago | | | 0 | 0.0000095598451 | |
| 22756221 | 28 minutes ago | | | 0 | 0.000011600640 | |
| 22753860 | 2 hours ago | | | 0 | 0.0000095612763 | |
| 22751525 | 3 hours ago | | | 0 | 0.0000019647899 | |
| 22750022 | 4 hours ago | | | 0 | 0.0000019983984 | |
| 22749828 | 4 hours ago | | | 0 | 0.0000020356347 | |
| 22748638 | 5 hours ago | | | 0 | 0.0000095598451 | |
| 22748637 | 5 hours ago | | | 0 | 0.000011600640 | |
| 22748627 | 5 hours ago | | | 0 | 0.0000041886860 | |
| 22748626 | 5 hours ago | | | 0 | 0.0000095612763 |
ABI
ABI objects
Getter at block 22757071
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)