Gutter Dogs
Verified contract
Active on
Ethereum with 17,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1897…d778
Balances ($0.00)
No balances found for "Gutter Dogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280785 | 11 hours ago | | | 0 | 0.0016629869 | |
| 21280106 | 14 hours ago | | | 0 | 0.0011844426 | |
| 21275396 | a day ago | | | 0 | 0.00056709136 | |
| 21273904 | a day ago | | | 0 | 0.00061609188 | |
| 21273447 | a day ago | | | 0 | 0.0012178795 | |
| 21273440 | a day ago | | | 0 | 0.0013494852 | |
| 21269480 | 2 days ago | | | 0 | 0.00027948575 | |
| 21269457 | 2 days ago | | | 0 | 0.00029572689 | |
| 21268031 | 2 days ago | | | 0 | 0.00044540860 | |
| 21251182 | 5 days ago | | | 0 | 0.0019346186 |
ABI
ABI objects
Getter at block 21284155
contractURI() view returns (string)
https://gutter-dogs-metadata.s3.us-east-2.amazonaws.com/collection.json
gutterSpecies() view returns (address)
0x1897d69cc0088d89c1e94889fbd2efffcefed778
name() view returns (string)
Gutter Dogs
owner() view returns (address)
0x2de690d74ad03944fbba44d037d888499ad6d77a
paused() view returns (bool)
false
symbol() view returns (string)
GDOG
tokenIndex() view returns (uint256)
2957
totalSupply() view returns (uint256)
2957
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)
isApprovedOrOwner(address _spender, uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner, uint256 start, uint256 limit) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
cAction(uint256 nftID, uint256 id, string what) payable
getBackAToken(address erc20Token)
mint(uint256 passID)
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 newuri)
setPaused(bool _setPaused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CAction(uint256 nftID, uint256 value, uint256 actionID, string payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _gutterSpeciesContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.