Goonz by Rubber Hose
Verified contract
Active on
Ethereum with 600 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 "Goonz by Rubber Hose"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18361801 | a year ago | | | 0 | 0.00016680892 | |
| 17914592 | a year ago | | | 0 | 0.0022063029 | |
| 17804298 | a year ago | | | 0 | 0.00081547119 | |
| 17701488 | a year ago | | | 0 | 0.00059754161 | |
| 17664734 | a year ago | | | 0 | 0.0017072529 | |
| 17596715 | a year ago | | | 0 | 0.00085515984 | |
| 17592132 | a year ago | | | 0 | 0.0014885152 | |
| 17592037 | a year ago | | | 0 | 0.0018506247 | |
| 17592036 | a year ago | | | 0 | 0.0019257594 | |
| 17494235 | a year ago | | | 0 | 0.0010130230 |
ABI
ABI objects
Getter at block 21300499
MAX_MINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
333
SALE_PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://QmSb63zk9UQJc9PE3XJ6S8YZMF84VqdbrCBmsTFMR2jznA/
mintStarted() view returns (bool)
true
name() view returns (string)
Goonz by Rubber Hose
owner() view returns (address)
0x4e6aee9af7f1df60675ff07526a928920b48c7af
symbol() view returns (string)
GBH
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletMintCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) payable
renounceOwnership()
reserveMint(uint256 mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()