The Giddys
Verified contract
Active on
Ethereum with 3,995 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 "The Giddys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989551 | a month ago | | | 0 | 0.00060634836 | |
| 20068632 | 5 months ago | | | 0 | 0.00025453229 | |
| 19937040 | 6 months ago | | | 0 | 0.00031613588 | |
| 19000843 | 10 months ago | | | 0 | 0.00068698692 | |
| 18988481 | 10 months ago | | | 0 | 0.0017363172 | |
| 18988473 | 10 months ago | | | 0 | 0.0015607647 | |
| 18988452 | 10 months ago | | | 0 | 0.0017952626 | |
| 18906633 | a year ago | | | 0 | 0.00071503074 | |
| 18903212 | a year ago | | | 0 | 0.00048723417 | |
| 18893311 | a year ago | | | 0 | 0.00090873019 |
ABI
ABI objects
Getter at block 21217677
MAX_BY_MINT() view returns (uint256)
1
MAX_GIDDYS() view returns (uint256)
1500
PRICE() view returns (uint256)
0
baseTokenURI() view returns (string)
https://app.thegiddys.co/api/baseURI/
getContractBalance() view returns (uint256)
0
name() view returns (string)
The Giddys
owner() view returns (address)
0x616fa3d39f4a86301843d556e22dd08f765cf753
paused() view returns (bool)
false
placeholderTokenURI() view returns (string)
https://app.thegiddys.co/api/placeholderURI/
revealed() view returns (bool)
true
root() view returns (bytes32)
0x0ef9308ff70a9d65d860a58279b906c2dde1a92a5c57a84e2e8206a7bc89a0f1
symbol() view returns (string)
TG
totalMint() view returns (uint256)
1500
totalSupply() view returns (uint256)
1500
whitelistActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
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)
mint(uint256 _numTokensToMint, bytes32[] proof) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMAX_BY_MINT(uint256 _maxByMint)
setMAX_GIDDYS(uint256 _maxGiddys)
setPRICE(uint256 _price)
setPlaceholderURI(string _placeholderURI)
setWhitelistActive(bool _active)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateGiddy(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _nftBaseURI, string _nftPlaceholderURI, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.