StarNFT
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 "StarNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12743123 | 3 years ago | | | 0 | 0.0017298060 |
ABI
ABI objects
Getter at block 20854198
baseURI() view returns (string)
galaxyCommunity() view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
initialized() view returns (bool)
true
owner() view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
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)
initialize(address _owner, address _galaxyCommunity)
mint(address account, uint256 powah) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] powahArr) returns (uint256[])
removeMinter(address minter)
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)
transferGalaxyCommunity(address newGalaxyCommunity)
transferOwner(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
GalaxyCommunityTransferred(address indexed previousGalaxyCommunity, address indexed newGalaxyCommunity)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.