Rug Birds
Verified contract
Active on
Ethereum with 7,255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 1 additional slot
7 additional
variables
Balances ($0.00)
No balances found for "Rug Birds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655619 | 3 months ago | | | 0 | 0.000024239000 | |
| 20655591 | 3 months ago | | | 0 | 0.000029598424 | |
| 19496107 | 8 months ago | | | 0 | 0.00093351131 | |
| 19056554 | 10 months ago | | | 0 | 0.00043304022 | |
| 19056527 | 10 months ago | | | 0 | 0.00049928678 | |
| 19056441 | 10 months ago | | | 0 | 0.00037556636 | |
| 19044430 | 10 months ago | | | 0 | 0.00088862334 | |
| 19000849 | 10 months ago | | | 0 | 0.00067471358 | |
| 18705458 | a year ago | | | 0 | 0.00066941076 | |
| 18603511 | a year ago | | | 0 | 0.00074234602 |
ABI
ABI objects
Getter at block 21284241
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXPULSION_ROLE() view returns (bytes32)
0x7904e9328f622335e3d715af4f9d4b4147d279485bd5be001b80efa4da608a29
baseTokenURI() view returns (string)
https://nft.rugbirds.com/metadata/
beneficiary() view returns (address)
0x3f91b4ac2d3456bb8fbbf1458bd7ac07b63c2ad1
contractURI() view returns (string)
https://rugbirds.com/opensea.json
name() view returns (string)
Rug Birds
nestingOpen() view returns (bool)
false
owner() view returns (address)
0x3f91b4ac2d3456bb8fbbf1458bd7ac07b63c2ad1
paused() view returns (bool)
false
price() view returns (uint256)
0
proofMintingOpen() view returns (bool)
false
renderingContract() view returns (address)
0x0000000000000000000000000000000000000000
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=10000, maxPerAddress=3, maxPerTx=3, freeQuota=0, reserveFreeQuota=false, lockFreeQuota=false, lockTotalInventory=true)
storefrontURI() view returns (string)
https://rugbirds.com/opensea.json
symbol() view returns (string)
RUGBIRD
totalSold() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 n, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nestingPeriod(uint256 tokenId) view returns (bool nesting, uint256 current, uint256 total)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedMessages(bytes32) view returns (bool)
State-modifying
Events addSigner(address signer)
approve(address to, uint256 tokenId)
expelFromNest(uint256 tokenId)
grantRole(bytes32 role, address account)
mintPublic(address to, uint256 amt) payable
mintUnclaimed(address to, uint256 n)
pause()
purchaseFreeOfCharge(address to, uint256 n)
removeSigner(address signer)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhileNesting(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setBeneficiary(address _beneficiary)
setDefaultRoyalty(address receiver, uint96 basisPoints)
setNestingOpen(bool open)
setPROOFMintingOpen(bool open)
setPrice(uint256 _price)
setRenderingContract(address _contract)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSellerConfig(struct SellerSellerConfig config)
setStorefrontURI(string uri)
toggleNesting(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateWalletMax(uint256 cnt)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Expelled(uint256 indexed tokenId)
Nested(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unnested(uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string tknURI, string _storefrontURI, uint256 supplyCap, uint256 maxPer, address beneficiary, address royaltyReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()