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 "GNSS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218287 | 5 days ago | | | 0 | 0.00054984961 | |
| 21189157 | 9 days ago | | | 0 | 0.00075963844 | |
| 21109800 | 20 days ago | | | 0 | 0.00011370036 | |
| 21087740 | 23 days ago | | | 0 | 0.00063371799 | |
| 21074222 | 25 days ago | | | 0 | 0.00039363344 | |
| 20599720 | 3 months ago | | | 0 | 0.00027120393 | |
| 20519709 | 3 months ago | | | 0 | 0.00013249767 | |
| 20470180 | 4 months ago | | | 0 | 0.00069432161 | |
| 20454999 | 4 months ago | | | 0 | 0.000079000237 | |
| 20380153 | 4 months ago | | | 0 | 0.00020611504 |
ABI
ABI objects
Getter at block 21255582
getAmountMinted() view returns (uint256)
10000
getPrice() view returns (uint256)
330000000000000000
owner() view returns (address)
0x209aa937ac59f60384a70b98fec5daf54ac7b967
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkIfRedeemed(address _contractAddress, uint256 _tokenId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isContractAuthorized(address contractAddress) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdropGiveaway(address[] to, uint256[] amountToMint)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
migrateToken(uint256 id, string hash) returns (uint256)
mint(uint256 amountToMint) payable returns (uint256)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setGnssContract(address contractAddress)
setPrice(uint256 _newPrice)
toggleContractAuthorization(address contractAddress, uint256 typeOfContract)
toggleMigration()
toggleSales()
transferOwnership(address newOwner)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
priceChanged(uint256 newPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.