StarNFTV1
Verified contract
Active on
Ethereum with 357 txns
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 "StarNFTV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289442 | 4 days ago | | | 0 | 0.00018351185 | |
| 21094692 | a month ago | | | 0 | 0.00019472503 | |
| 20547413 | 4 months ago | | | 0 | 0.000026267078 | |
| 20547408 | 4 months ago | | | 0 | 0.000052106674 | |
| 20416077 | 4 months ago | | | 0 | 0.000035392267 | |
| 20407529 | 4 months ago | | | 0 | 0.000048102616 | |
| 20407322 | 4 months ago | | | 0 | 0.000070621368 | |
| 20407313 | 4 months ago | | | 0 | 0.000066217971 | |
| 20375128 | 4 months ago | | | 0 | 0.00020734789 | |
| 20365427 | 4 months ago | | | 0 | 0.00011941298 |
ABI
ABI objects
Getter at block 21316882
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0x8c195f8889E4222e85efA9972bB0fEe89b54159a/
owner() view returns (address)
0xae4d2f063b6e75921938445c8ba78e45d268c783
starCount() view returns (uint256)
595
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
minters(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events addMinter(address minter)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
mint(address account, uint256 powah) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] powahArr) returns (uint256[])
removeMinter(address minter)
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)
setURI(string newURI)
transferOwnership(address newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.