Radbro Webring
Verified contract
Active on
Ethereum with 2,169 txns
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 3 additional slots
0x6af3…3722
5 additional
variables
Balances ($0.00)
No balances found for "Radbro Webring"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20716984 | 3 months ago | | | 0 | 0.00013938729 | |
| 20704071 | 3 months ago | | | 0 | 0.000078994713 | |
| 20603806 | 4 months ago | | | 0 | 0.000041097419 | |
| 19953547 | 7 months ago | | | 0 | 0.00010136329 | |
| 19822647 | 7 months ago | | | 0 | 0.000096371641 | |
| 19822618 | 7 months ago | | | 0 | 0.00011625104 | |
| 19767681 | 7 months ago | | | 0 | 0.00020721748 | |
| 19524575 | 9 months ago | | | 0 | 0.00059305645 | |
| 19524370 | 9 months ago | | | 0 | 0.00054473247 | |
| 19522992 | 9 months ago | | | 0 | 0.00054264342 |
ABI
ABI objects
Getter at block 21390747 initialArt() view returns (uint256 supply, uint256 totalUsed, struct BitmapsBitmap usedArt, bool initial) secondaryArt() view returns (uint256 supply, uint256 totalUsed, struct BitmapsBitmap usedArt, bool initial)
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/
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
spotPrice() view returns (uint128)
326547973572841872029
symbol() view returns (string)
RADBRO
totalSupply() view returns (uint256)
1632
Read-only
balanceOf(address owner) view returns (uint256)
claimedAmount(address wallet, address collection) view returns (uint16)
claimedNFT(address collection, uint256 id) view returns (bool)
collectionList(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getArt(uint256 tokenId) view returns (uint256 artId, bool initial)
getBuyInfo(uint128 spotPrice, uint128 delta, uint256 numItems) pure returns (uint128 newSpotPrice, uint256 inputValue)
getRadlistedNFTs(address wallet, address collection, uint256[] ids) view returns (uint256[], uint256 claims)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleClaimed(address) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenArt(uint256) view returns (uint256 artId, bool initial)
tokenURI(uint256 tokenId) view returns (string)
verifyMerkleProof(address wallet, uint256 amount, bytes32[] merkleProof) view returns (bool valid)
State-modifying
Events addCollections(struct AddCollectionParams[] _collections)
approve(address to, uint256 tokenId) payable
initialize(address _radcoin)
mintFromRadcoin(address to, uint256[] radbroIds, uint256 n, uint256 maxInput)
mintFromRadlist(address to, struct ClaimRadlistParams params)
mintFromReserve(address to, uint256 n)
pause()
radrollArt(uint256 tokenId, uint256[] radbroIds) returns (uint256 newArt)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address receiver, uint96 basisPoints)
setRadrollPrice(uint128 _radrollPrice)
startReroll()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
updateMerkleRoot(bytes32 _merkleRoot)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArrtRadrolled(address indexed user, uint256 indexed radbroId, uint256 newArt)
ArtRolled(address indexed user, uint256 indexed tokenId, bool initialArt, uint256 newArt)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RadbroMinted(address indexed user, uint8 quantity)
RadlistClaimed(address indexed user, uint8 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()