StarNFTProxy
Verified contract
Proxy
Active on
Ethereum with 1,157 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "StarNFTProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305535 | a day ago | | | 0 | 0.00024095619 | |
| 20576720 | 3 months ago | | | 0 | 0.000024230109 | |
| 20548023 | 4 months ago | | | 0 | 0.000031436000 | |
| 20548021 | 4 months ago | | | 0 | 0.000031352000 | |
| 20506918 | 4 months ago | | | 0 | 0.000037628949 | |
| 20506592 | 4 months ago | | | 0 | 0.000039879658 | |
| 20417825 | 4 months ago | | | 0 | 0.00011876277 | |
| 20260500 | 5 months ago | | | 0 | 0.00024565690 | |
| 20110431 | 6 months ago | | | 0 | 0.00021042758 | |
| 20110407 | 6 months ago | | | 0 | 0.00017391318 |
ABI
ABI objects
Getter at block 21315494
proxyAdmin() view returns (address)
0xbde669d379b371a9cf66e65260bc2a73820495dc
proxyImplementation() view returns (address)
0xa4577b3d37d6f16fac03a7ca0d5de6c3d69387d5
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0x0966a53f2533EaF01D0bB2fa0E2274f3002287F1/
galaxyCommunity() view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
initialized() view returns (bool)
true
owner() view returns (address)
0xfeb4acf3df3cdea7399794d0869ef76a6efaff52
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _implement, address _owner, bytes _data)
fallback()
receive()
This contract contains no error objects.