GU: Hyperion White Star
Verified contract
Active on
Ethereum with 707 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 "GU: Hyperion White Star"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19384442 | 9 months ago | | | 0 | 0.0020893092 | |
| 16492507 | 2 years ago | | | 0 | 0.00076123078 | |
| 16075018 | 2 years ago | | | 0 | 0.00052224825 | |
| 16049265 | 2 years ago | | | 0 | 0.00051356845 | |
| 16048194 | 2 years ago | | | 0 | 0.00056978229 | |
| 16035564 | 2 years ago | | | 0 | 0.0013937811 | |
| 16028751 | 2 years ago | | | 0 | 0.0013451691 | |
| 15888556 | 2 years ago | | | 0 | 0.0011962670 | |
| 15820845 | 2 years ago | | | 0 | 0.00063254751 | |
| 15818846 | 2 years ago | | | 0 | 0.0017653105 |
ABI
ABI objects
Getter at block 21292455
_tokenIds() view returns (uint256 _value)
500
baseURI() view returns (string)
https://api.immutable.com/asset/
isOwner() view returns (bool)
false
isTradable() view returns (bool)
true
name() view returns (string)
GU: Hyperion White Star
owner() view returns (address)
0xed824e513aff2545af0b6bb11ec2c503560e7672
symbol() view returns (string)
GU:WHITESTAR
totalSupply() view returns (uint256)
500
Read-only
approvedMinters(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to) returns (uint256 tokenId)
mintMultiple(address[] _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setMinterStatus(address _minter, bool _status)
setTradabilityStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterStatusChanged(address minter, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RaffleItemMinted(uint256 tokenId, address owner)
TradabilityStatusChanged(bool status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _ticker)
This contract contains no fallback and receive objects.
This contract contains no error objects.