GarbageDoodles
Verified contract
Active on
Ethereum with 614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($281.86)
Native
Value
$281.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.081 | $3,479.71 |
$281.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18965944 | a year ago | | | 0 | 0.00095698374 | |
| 18769549 | a year ago | | | 0 | 0.0016047542 | |
| 17877580 | a year ago | | | 0 | 0.0012761030 | |
| 16498736 | 2 years ago | | | 0 | 0.00087242988 | |
| 16278822 | 2 years ago | | | 0 | 0.00079939924 | |
| 16084722 | 2 years ago | | | 0 | 0.00077160210 | |
| 15968523 | 2 years ago | | | 0 | 0.0010407406 | |
| 15965275 | 2 years ago | | | 0 | 0.00061251774 | |
| 15965275 | 2 years ago | | | 0 | 0.00061361982 | |
| 15965273 | 2 years ago | | | 0 | 0.00069830537 |
ABI
ABI objects
Getter at block 21438670
baseExtension() view returns (string)
.json
currentIndex() view returns (uint256)
2807
freeMintPrice() view returns (uint256)
0
getMaxSupply() view returns (uint256)
6666
getTotalSupply() view returns (uint256)
2806
maxFreePerTx() view returns (uint256)
1
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6666
name() view returns (string)
GarbageDoodles
notRevealedUri() view returns (string)
ipfs://QmeiyEaqJaz4zBcKyewNmp51qqkeJGaJsnxPe2VfKhmj1X/hidden.json
owner() view returns (address)
0x49d0377f9448c5cea79d2d2b3e4d91d5818ee35d
price() view returns (uint256)
9000000000000000
revealed() view returns (bool)
false
saleStatus() view returns (bool)
true
symbol() view returns (string)
GD
totalSupply() view returns (uint256)
2806
Read-only
_freeminted(address) view returns (uint256)
_minted(address) view returns (uint256)
_stakedTokens(uint256) view returns (bool staked, bool usedForMint, uint256 duration)
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)
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)
freemint(uint256 amount) payable
mintAllowList(uint8 amount) payable
paidmint(uint256 amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setFreeMintPrice(uint256 amount)
setMaxFreePerTx(uint256 amount)
setMaxFreePerWallet(uint256 amount)
setMaxPerTx(uint256 amount)
setMaxPerWallet(uint256 amount)
setMaxSupply(uint256 supply)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 amount)
setSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.