GuoodleGang
Verified contract
Active on
Ethereum with 56 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($109.84)
Native
Value
$109.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,661.45 |
$109.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15153875 | 2 years ago | | | 0 | 0.00052949899 | |
| 15095063 | 2 years ago | | | 0 | 0.0011511382 | |
| 14865123 | 3 years ago | | | 0 | 0.00077299970 | |
| 14423242 | 3 years ago | | | 0.03 | 0.0014041790 | |
| 14394331 | 3 years ago | | | 0 | 0.0027621498 | |
| 14333307 | 3 years ago | | | 0.03 | 0.0015406346 | |
| 14253409 | 3 years ago | | | 0.03 | 0.0068459220 | |
| 14249768 | 3 years ago | | | 0.03 | 0.0034393140 | |
| 14245473 | 3 years ago | | | 0 | 0.0049170146 | |
| 14238263 | 3 years ago | | | 0 | 0.0039080421 |
ABI
ABI objects
Getter at block 21320288
amountForDevs() view returns (uint256)
60
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
GuoodleGang
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x06a8946e9130b7aa1e0b66d1590a77d460cb49dd
publicSaleIsActive() view returns (bool)
true
symbol() view returns (string)
Guoodle Gang
totalSupply() view returns (uint256)
135
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.