Golden Token: New York
Verified contract
Active on
Ethereum with 1,465 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GTNY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20882406 | a month ago | | | 0 | 0.000097000000 | |
| 18802586 | a year ago | | | 0 | 0.00090169658 | |
| 18416120 | a year ago | | | 0 | 0.0035256109 | |
| 16669004 | 2 years ago | | | 0 | 0.00053578810 | |
| 16628497 | 2 years ago | | | 0 | 0.00063321588 | |
| 16022462 | 2 years ago | | | 0 | 0.00035604478 | |
| 15952019 | 2 years ago | | | 0 | 0.00048500000 | |
| 15699732 | 2 years ago | | | 0 | 0.00020579536 | |
| 14931887 | 2 years ago | | | 0 | 0.0010103235 | |
| 14483648 | 3 years ago | | | 0 | 0.0016383013 |
ABI
ABI objects
Getter at block 21161343
allocation() view returns (uint256)
800
baseURI() view returns (string)
https://mirror-api.com/editions/custom/gtny/
contractURI() view returns (string)
https://mirror-api.com/editions/custom/gtny/metadata
governor() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Golden Token: New York
operator() view returns (address)
0xb96e81f80b3aeef65cb6d0e280b15fd5dbe71937
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
price() view returns (uint256)
2000000000000000000
quantity() view returns (uint256)
1000
symbol() view returns (string)
GTNY
tributary() view returns (address)
0x467aadc88d99b4e978a8d3d4f0a9017dcaecaabf
Read-only
balanceOf(address owner_) view returns (uint256)
feeAmount(uint256 amount) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getContentHash(uint256) view returns (bytes32)
getRoyaltyRecipient(uint256) 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 acceptOwnership()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
cancelOwnershipTransfer()
changeBaseURI(string baseURI_)
changeGovernor(address governor_)
purchase(address recipient) payable returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address approver, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionCreatorChanged(address indexed previousCreator, address indexed newCreator)
EditionPurchased(uint256 indexed tokenId, uint256 amountPaid, address buyer, address receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct AllocatedEditionsNFTMetadata metadata, struct AllocatedEditionsEditionData editionData, address owner_, address treasuryConfig_, address operator_, address tributary_, address fundingRecipient_)
This contract contains no fallback and receive objects.
This contract contains no error objects.