Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
Balances ($0.00)
No balances found for "Gothebys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15129774 | 2 years ago | | | 0 | 0.0012123000 | |
| 15120518 | 2 years ago | | | 0 | 0.00021345757 | |
| 14999183 | 2 years ago | | | 0 | 0.00095564096 | |
| 14981663 | 2 years ago | | | 0 | 0.0011572793 | |
| 14957501 | 2 years ago | | | 0 | 0.010715439 | |
| 14956952 | 2 years ago | | | 0 | 0.0042248380 | |
| 14953112 | 2 years ago | | | 0 | 0.0039358010 | |
| 14953102 | 2 years ago | | | 0 | 0.0052389238 | |
| 14953098 | 2 years ago | | | 0 | 0.0048420892 | |
| 14952945 | 2 years ago | | | 0 | 0.0034622439 |
ABI
ABI objects
Getter at block 21092518
_URIlink() view returns (string)
https://gothebys.com/nft/
liveContract() view returns (bool)
true
mintLimit() view returns (uint256)
1
name() view returns (string)
Gothebys
owner() view returns (address)
0x44f6724c2a5b639974a7b015aacd14e5d213db0a
paintings() view returns (uint256)
9999
symbol() view returns (string)
GTB
totalSupply() view returns (uint256)
432
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
painterIndex(uint256) view returns (uint256)
paintingArray(uint256) view returns (uint256 painterId, uint256 paintIndex)
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)
changeMintLimit(uint256 _limit)
initialMultiMint(address realgoblins, uint256 fromId, uint256 toId, uint256 noPics)
mintPainting(uint256 _painterId) returns (uint256)
modBaseURI(string newURI)
multiMintPainting(address realgoblins, uint256 _noOfPaintings, uint256 _painterId)
pauseContract(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdraw_p() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.