RMA
Unverified contract
Proxy
Active on
Base with 12 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 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "RMA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11725470 | 8 months ago | | | 0 | 0.000000086326706880 | |
| 8357266 | a year ago | | | 0 | 0.000000000717742845 | |
| 5681709 | a year ago | | | 0 | 0.000000005787570978 | |
| 5256212 | a year ago | | | 0 | 4.1639738e-7 | |
| 5082013 | a year ago | | | 0 | 2.3320930e-7 | |
| 5081804 | a year ago | | | 0 | 0.000000103146334590 | |
| 5081775 | a year ago | | | 0 | 1.2633129e-7 | |
| 4989157 | a year ago | | | 0 | 2.5740912e-7 | |
| 4989128 | a year ago | | | 0 | 0.0000064801476 | |
| 4989091 | a year ago | | | 0 | 4.2662872e-7 |
ABI
ABI objects
Getter at block 22770884
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xf5041f926398c7273684d0062c377fb14590a57edbde485fac7de05e8861c831
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=1)
contractType() pure returns (bytes32)
0x44726f7045524332300000000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmTKMT1vdVVbdnRJ8jjPf9q26qWKvkDf1dmnJCgRDKitDe/0
contractVersion() pure returns (uint8)
4
decimals() view returns (uint8)
18
getActiveClaimConditionId() view returns (uint256)
0
getPlatformFeeInfo() view returns (address, uint16)
(0x17c497aab876553c1fb8e73f05cf4b6aca7559a7, 0)
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
RMA
primarySaleRecipient() view returns (address)
0x17c497aab876553c1fb8e73f05cf4b6aca7559a7
symbol() view returns (string)
RMA
totalSupply() view returns (uint256)
10000201634000000000000000000
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)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(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)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
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 _saleRecipient, address _platformFeeRecipient, uint128 _platformFeeBps)
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)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setContractURI(string _uri)
setMaxTotalSupply(uint256 _maxTotalSupply)
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)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Initialized(uint8 version)
MaxTotalSupplyUpdated(uint256 maxTotalSupply)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
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)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
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.