GondolaGang
Verified contract
Active on
Ethereum with 228 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($773.47)
Native
Value
$773.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.21 | $3,683.19 |
$773.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20970096 | 2 months ago | | | 0 | 0.00035237128 | |
| 20946479 | 2 months ago | | | 0.03 | 0.0015143652 | |
| 17489867 | a year ago | | | 0 | 0.00071035979 | |
| 16717355 | 2 years ago | | | 0 | 0.00083081624 | |
| 16454649 | 2 years ago | | | 0 | 0.00078899010 | |
| 16208235 | 2 years ago | | | 0 | 0.00057896859 | |
| 15776837 | 2 years ago | | | 0 | 0.0015689480 | |
| 15389691 | 2 years ago | | | 0 | 0.00084238938 | |
| 15015415 | 2 years ago | | | 0 | 0.0018181053 | |
| 14912675 | 2 years ago | | | 0 | 0.0018692030 |
ABI
ABI objects
Getter at block 21305011
GONDOLA_PROVENANCE() view returns (string)
MAX_GONDOLAS() view returns (uint256)
10000
baseURI() view returns (string)
https://gondolagang.io/api/
gondolaPrice() view returns (uint256)
30000000000000000
maxGondolaPurchase() view returns (uint256)
20
name() view returns (string)
GondolaGang
owner() view returns (address)
0x5cc1603502d5864b818e46a2e45fde8eee431127
saleIsActive() view returns (bool)
true
symbol() view returns (string)
GG
totalSupply() view returns (uint256)
450
Read-only
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintGondola(uint256 numberOfTokens) 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)
setProvenanceHash(string provenanceHash)
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.