Gogglinggoblins
Verified contract
Active on
Ethereum with 2,329 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21.56)
Native
Value
$21.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,593.23 |
$21.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19367842 | 9 months ago | | | 0 | 0.0029297798 | |
| 16869319 | 2 years ago | | | 0 | 0.0015744107 | |
| 16729034 | 2 years ago | | | 0 | 0.00078672653 | |
| 16675258 | 2 years ago | | | 0 | 0.0021843596 | |
| 16592834 | 2 years ago | | | 0 | 0.0022406063 | |
| 16426046 | 2 years ago | | | 0 | 0.00072458248 | |
| 16391334 | 2 years ago | | | 0 | 0.0011437720 | |
| 16391332 | 2 years ago | | | 0 | 0.0010466302 | |
| 16274172 | 2 years ago | | | 0 | 0.00072079646 | |
| 16262748 | 2 years ago | | | 0 | 0.00078045370 |
ABI
ABI objects
Getter at block 21294881
ALL_AMOUNT() view returns (uint256)
10000
BASE_URI() view returns (string)
https://data.gogglinggoblins.com/metadata/
CONTRACT_URI() view returns (string)
https://data.gogglinggoblins.com/api/contracturl.json
FREE_LIMIT() view returns (uint16)
5
FREE_MINTED() view returns (uint16)
0
FREE_PRICE() view returns (uint256)
0
FREE_START_TIME() view returns (uint256)
1654196400
MAIN_PRICE() view returns (uint256)
3000000000000000
UPDATE_PRICE() view returns (uint256)
2500
contractURI() view returns (string)
https://data.gogglinggoblins.com/api/contracturl.json
name() view returns (string)
Gogglinggoblins
owner() view returns (address)
0xe1aa166335200d61ea8689f9b66aa5fe9ac32f7c
symbol() view returns (string)
Gogglinggoblins
totalSupply() view returns (uint256)
6267
Read-only
FREE_WALLET_CAP(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeInfo(address user) view returns (uint256, uint256, uint256, uint256, uint256, 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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipState(bool isFreeActive)
freeMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllStartTime(uint256 freeTime)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setContractURI(string _contractURI)
setPrice(uint256 price)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()