RubbishBeast
Verified contract
Active on
Ethereum with 2,218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RubbishBeast"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20526063 | 3 months ago | | | 0 | 0.000074116506 | |
| 19507267 | 8 months ago | | | 0 | 0.00094685257 | |
| 19046051 | 10 months ago | | | 0 | 0.00038583310 | |
| 18931441 | a year ago | | | 0 | 0.00042136861 | |
| 18838775 | a year ago | | | 0 | 0.00063797654 | |
| 17669972 | a year ago | | | 0 | 0.0010650889 | |
| 17611792 | a year ago | | | 0 | 0.00029693691 | |
| 17404072 | a year ago | | | 0 | 0.00095465162 | |
| 17325825 | 2 years ago | | | 0 | 0.0015673137 | |
| 17261454 | 2 years ago | | | 0 | 0.00090105403 |
ABI
ABI objects
Getter at block 21263271
BLACKHOLE() view returns (address)
0x000000000000000000000000000000000000dead
_holderClaimed() view returns (uint32)
0
_holderSupply() view returns (uint32)
2500
_maxSupply() view returns (uint32)
2500
_metadataURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmeSiyq5HeFfy7vwJVaRo3HaNBZ4BvyZnu1EsUAWTjG64R/
_price() view returns (uint256)
500000000000000000
_publicMinted() view returns (uint32)
1862
_publicSupply() view returns (uint32)
2500
_rubbish() view returns (address)
0x8b44b715004020773e8da1cd730de2f47c7d88b8
_rubbishCoin() view returns (address)
0x64237de2a291be08b77bbd57dd186daecd4c64c0
_rubbishCoinPerPair() view returns (uint256)
5000000000000000000000000000
_stage() view returns (uint8)
0
_teamMinted() view returns (uint32)
0
_teamSupply() view returns (uint32)
0
_walletLimit() view returns (uint32)
5
name() view returns (string)
RubbishBeast
owner() view returns (address)
0xa4ea481f3cdcfaafb52c4adb3ae89760f1931f31
symbol() view returns (string)
RB
totalSupply() view returns (uint256)
1862
Read-only
_status(address minter) view returns (struct RubbishBeastStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
rubbishClaim(uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStage(uint8 stage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address rubbish, address rubbishCoin, uint256 rubbishCoinPerPair, uint256 price, uint32 maxSupply, uint32 holderSupply, uint32 teamSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()