Radbro Webring

Verified contract

Active on Ethereum with 2,169 txns
Deployed by via 0x0a459dc2 at 16087645
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
5 additional variables

No balances found for "Radbro Webring"

0xfc5b55179dbe616ee0e10fa070fa497292b970ec4ca9715257cfa0f8757dc08a
0x3f1461c1687d5a4fbc4d954a58a54d728f7832a37fe6cd9e80807ff09db5305d
0x1ad97bc6a11818e34edaf072c9c63b0b334153d58412a5ff65f55b7a57c5cbc9
0x437cb3a66c4a496239b8a234d58074b7bcbf7e4f9e536ef8db633469332f729f
0x6f6e7655ebcf0fb11e8cded7e605bf66eb70b16bc327474045973ca9c4678df6
0x4ffa0b2e081f5c03024cff66b87edf86683f723d7bacd8ddb93a2f3808f62b15
0x8d1747c8acf20fcb3e40b86d099b7596fcf9defe1bcd9aef07c51416b10e1e86
0xdef4c39044ab645381b60c0aa7d437e7fab5d6b8c034269bde6d2c833b485fe8
0xa0d749d6c4c8980e887be6ad9f8abb610f1652c4ae6d4aedada9cd726097bbfc
0x7f4c74459b91fd7f04e1fe6b64c450de9f8c4828ff0e5d532f7eaa6de17efdec

Functions
Getter at block 21390747
MAX_SUPPLY(view returns (uint256)
4000
RADCOIN_MINTABLE(view returns (uint256)
2600
RADLIST_MINTABLE(view returns (uint256)
1000
RESERVED_SUPPLY(view returns (uint256)
400
baseTokenURI(view returns (string)
https://radbro.xyz/api/v1/tokens/metadata/
 
initialArt(view returns (uint256 supplyuint256 totalUsedstruct BitmapsBitmap usedArtbool initial)
merkleRoot(view returns (bytes32)
0xd1a42b7b30f666fcacfa68a8d4d24cd0b6a05d39037fcc625cfa1869f4dbb509
mintedFromRadcoin(view returns (uint256)
420
mintedFromRadlist(view returns (uint256)
858
mintedFromReserve(view returns (uint256)
354
name(view returns (string)
Radbro Webring
owner(view returns (address)
0x94f4314919a5303e94ee255dc6aa88d5fe84eb0d
paused(view returns (bool)
true
priceDelta(view returns (uint128)
1010000000000000000
radcoin(view returns (address)
0x6af36add4e2f6e8a9cb121450d59f6c30f3f3722
radrollPrice(view returns (uint128)
2000000000000000000
rerollStarted(view returns (bool)
false
 
secondaryArt(view returns (uint256 supplyuint256 totalUsedstruct BitmapsBitmap usedArtbool initial)
spotPrice(view returns (uint128)
326547973572841872029
symbol(view returns (string)
RADBRO
totalSupply(view returns (uint256)
1632
Read-only
balanceOf(address ownerview returns (uint256)
claimedAmount(address walletaddress collectionview returns (uint16)
claimedNFT(address collectionuint256 idview returns (bool)
collectionList(uint256view returns (address)
getApproved(uint256 tokenIdview returns (address)
getArt(uint256 tokenIdview returns (uint256 artIdbool initial)
getBuyInfo(uint128 spotPriceuint128 deltauint256 numItemspure returns (uint128 newSpotPriceuint256 inputValue)
getRadlistedNFTs(address walletaddress collectionuint256[] idsview returns (uint256[]uint256 claims)
isApprovedForAll(address owneraddress operatorview returns (bool)
merkleClaimed(addressview returns (uint16)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenArt(uint256view returns (uint256 artIdbool initial)
tokenURI(uint256 tokenIdview returns (string)
verifyMerkleProof(address walletuint256 amountbytes32[] merkleProofview returns (bool valid)
State-modifying
addCollections(struct AddCollectionParams[] _collections
approve(address touint256 tokenIdpayable 
initialize(address _radcoin
mintFromRadcoin(address touint256[] radbroIdsuint256 nuint256 maxInput
mintFromRadlist(address tostruct ClaimRadlistParams params
mintFromReserve(address touint256 n
pause(
radrollArt(uint256 tokenIduint256[] radbroIdsreturns (uint256 newArt)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setDefaultRoyalty(address receiveruint96 basisPoints
setRadrollPrice(uint128 _radrollPrice
startReroll(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
updateMerkleRoot(bytes32 _merkleRoot
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArrtRadrolled(address indexed useruint256 indexed radbroIduint256 newArt
ArtRolled(address indexed useruint256 indexed tokenIdbool initialArtuint256 newArt
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RadbroMinted(address indexed useruint8 quantity
RadlistClaimed(address indexed useruint8 quantity
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(bytes32 _merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(