RUG STUBS
Verified contract
Proxy
Active on
Ethereum with 9,160 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
0x0000…cd4e
-
variable spans 49 additional slots
-
variable spans 45 additional slots
20 additional
variables
Balances ($0.00)
No balances found for "RUG STUBS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257536 | 2 days ago | | | 0 | 0.00053599370 | |
| 21146846 | 18 days ago | | | 0 | 0.00062135727 | |
| 21102899 | 24 days ago | | | 0 | 0.00025202033 | |
| 20961299 | a month ago | | | 0 | 0.00082295080 | |
| 20287695 | 4 months ago | | | 0 | 0.00021304099 | |
| 20042334 | 6 months ago | | | 0 | 0.00094653441 | |
| 20031545 | 6 months ago | | | 0 | 0.0010590262 | |
| 20019455 | 6 months ago | | | 0 | 0.00082449476 | |
| 19959519 | 6 months ago | | | 0 | 0.00097525933 | |
| 19956825 | 6 months ago | | | 0 | 0.00038482710 |
ABI
ABI objects
Getter at block 21273742 proxiableUUID() view returns (bytes32) viewCurrentStage() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FAIR_WALLETS_ADDRESS() view returns (address)
0x43376277553840aeccaeb798e03f54ab321bcff2
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SECOND_ADMIN_ROLE() view returns (bytes32)
0xfd63b67fde00b77f1f54f050135a475665b815acd10a8e7fd785ba074846734a
_primarySaleReceiver() view returns (address)
0xc5a2f45ff2d4ca27e167600b5225c7e6e187d8c0
name() view returns (string)
RUG STUBS
operatorFilterDisabled() view returns (bool)
false
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x1075266c86cd9b1b021af63e09102af3d2dcbdb7
signatureReleased() view returns (bool)
false
stubsBurnt() view returns (uint256)
4440
symbol() view returns (string)
RS
totalStages() view returns (uint256)
142
viewLatestStage() view returns (uint256)
142
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stageMints(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenClaims(uint256) view returns (uint256)
tokenSupply(uint256 tokenId) view returns (uint256)
uri(uint256 tokenId) view returns (string)
userArtClaims(uint256, address) view returns (uint256)
viewStageMap(uint256 stageId) view returns (struct RugStubsStageData)
viewTokenData(uint256 tokenId) view returns (struct RugStubsTokenData)
State-modifying
Events _initialize(uint96 royaltyPercentage_, address[] royaltyReceivers, struct RugStubsStageData[] stages, string name_, string symbol_)
airdrop(uint256 tokenId, uint256 quantity, address recipient)
changePrimarySaleReceiver(address newPrimarySaleReceiver)
changeSecondaryRoyaltyReceiver(address newSecondaryRoyaltyReceiver, uint96 newRoyaltyValue)
claimArt(uint256 tokenIdToClaim, uint256 claimQuantity, uint256 totalStubsToBurn)
emitEvent()
grantRole(bytes32 role, address account)
mint(bytes signature, uint256 nonce, uint256 numberOfTokens, uint256 maxMintsPerWallet, address recipient) payable
releaseSignature()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setStages(struct RugStubsStageData[] stages, uint256 startId)
setStubsURI(string newURI)
setTokenData(uint256 tokenId, struct RugStubsTokenData data)
setTokenURI(uint256 tokenId, string newURI)
toggleOperatorFilterDisabled() returns (bool)
transferOwnership(address newOwner)
updateOperatorFilterRegistry(address newRegistry, address subscriptionOrRegistrantToCopy, bool subscribe)
updateRegistrySubscription(address subscriptionOrRegistrantToCopy, bool subscribe, bool copyEntries)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Airdrop(uint256 tokenCount, uint256 newTotal, address[] recipients)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
BurnableSet(bool burnState)
Initialized(uint8 version)
Mint(address minterAddress, uint256 stage, uint256 mintCount)
NewCloneTicker(address _newClone, address _owner, string symbol)
NewMaxMintsPerWalletSet(uint128 newGlobalMintsPerWallet)
NewPathURI(string newPathURI)
NewPrimarySaleReceiver(address newPrimaryReceiver)
NewSecondaryRoyalties(address newSecondaryReceiver, uint96 newRoyalty)
NewStagesSet(struct RugStubsStageData[] stages, uint256 startIndex)
NewTokenURI(string newTokenURI)
OperatorFilterDisabled(bool disabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
SignatureReleased()
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
URILocked()
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressLimitPerTx()
AlreadyLockedURI()
BurnerIsNotApproved()
BurningOff()
CannotDeleteOngoingStage()
CannotEditPastStages()
ETHSendFail()
EndTimeInThePast()
EndTimeLessThanStartTime()
ExceedsMintsPerWallet()
ExceedsNFTsOnSale()
IncorrectIndex()
InvalidNonce()
InvalidStartTime()
InvalidTokenId()
LessNFTsOnSaleThanBefore()
MerkleProofFail()
MerkleStage()
NotEnoughETH()
NotEnoughStubsToBurn()
NotEnoughSupplyRemaining()
OnlyAdmin()
OperatorNotAllowed(address operator)
PhaseLimitEnd()
PhaseLimitExceedsTokenCount()
PhaseStartsBeforePriorPhaseEnd()
PublicStage()
RegistryInvalid()
ReusedHash()
SaleEnd()
SaleNotActive()
StageDoesNotExist()
StageLimitPerTx()
StartTimeInThePast()
TimeLimit()
TokenCountExceedsPhaseLimit()
TokenDoesNotExist()
TokenLimitPerTx()
TooManyStagesInTheFuture()
UnauthorisedUser()
UnrecognizableHash()
ZeroAddress()