Gutter Clone
Verified contract
Active on
Ethereum with 46,906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3eae…a0cc
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOLA | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281268 | 8 hours ago | | | 0 | 0.0011619520 | |
| 21279819 | 13 hours ago | | | 0 | 0.00088565926 | |
| 21277450 | 21 hours ago | | | 0 | 0.00069450780 | |
| 21253080 | 4 days ago | | | 0 | 0.00044098278 | |
| 21252681 | 4 days ago | | | 0 | 0.00072317323 | |
| 21240391 | 6 days ago | | | 0 | 0.00070655180 | |
| 21239415 | 6 days ago | | | 0 | 0.00031110487 | |
| 21235556 | 7 days ago | | | 0 | 0.00066259110 | |
| 21232850 | 7 days ago | | | 0 | 0.00040870998 | |
| 21232822 | 7 days ago | | | 0 | 0.00044502930 |
ABI
ABI objects
Getter at block 21283574
contractURI() view returns (string)
https://gutter-clones-metadata.s3.us-east-2.amazonaws.com/collection.json
name() view returns (string)
Gutter Clone
owner() view returns (address)
0x2de690d74ad03944fbba44d037d888499ad6d77a
paused() view returns (bool)
false
symbol() view returns (string)
CLONE
totalSupply() view returns (uint256)
20363
upgradeIsLive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
upgradedClones(uint256) view returns (bool)
usedCats(uint256) view returns (bool)
usedDogs(uint256) view returns (bool)
usedPigeons(uint256) view returns (bool)
usedRats(uint256) view returns (bool)
State-modifying
Events adminMint(address to, uint256 qty)
approve(address to, uint256 tokenId)
changeSigner(address newSigner)
cloneWithCat(bytes sig, bytes32 hash, uint256 juiceId, uint256 speciesId)
cloneWithDog(bytes sig, bytes32 hash, uint256 juiceId, uint256 speciesId)
cloneWithPigeon(bytes sig, bytes32 hash, uint256 juiceId, uint256 speciesId)
cloneWithRat(bytes sig, bytes32 hash, uint256 juiceId, uint256 speciesId)
cloneWithoutSpecies(bytes sig, bytes32 hash, uint256 juiceId)
reclaimERC1155(address erc1155Token, uint256 id, uint256 amount)
reclaimERC20(address erc20Token)
reclaimERC721(address erc721Token, uint256 id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setPaused(bool _setPaused)
setUpgradeLiveness(bool isLive)
setup(address juicesAddress, address cats, address rats, address pigeons, address dogs, address signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeClone(bytes sig, bytes32 hash, uint256 juiceId, uint256 tokenID)
withdrawEarnings()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloneUpgraded(uint256 oldCloneID, uint256 newCloneID, uint256 juiceID)
JuiceBurned(uint256 cloneId, uint256 juiceId, uint256 speciesType, uint256 speciesId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()