GalacticEmpire
Verified contract
Active on
Ethereum with 1,700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070511 | 14 days ago | | | 0 | 0.00041921662 | |
| 19758681 | 6 months ago | | | 0 | 0.00030796911 | |
| 19758669 | 6 months ago | | | 0 | 0.00029733543 | |
| 19758660 | 6 months ago | | | 0 | 0.00030316627 | |
| 19758655 | 6 months ago | | | 0 | 0.00027889596 | |
| 19758647 | 6 months ago | | | 0 | 0.00029920683 | |
| 19758634 | 6 months ago | | | 0 | 0.00030616737 | |
| 19758623 | 6 months ago | | | 0 | 0.00032043911 | |
| 19758618 | 6 months ago | | | 0 | 0.00025834137 | |
| 19758601 | 6 months ago | | | 0 | 0.00030508336 |
ABI
ABI objects
Getter at block 21171169
_prefixURI() view returns (string)
https://ipfs.io/ipfs/QmbBTxNCvQP84UXdeEmvxP2aHT4E2nAbiPoXp3rt5L75UN/
_price() view returns (uint256)
77770000000000000
name() view returns (string)
GalacticEmpire
owner() view returns (address)
0x45d70e6cf57e57a34167e2d1a7b32c1b21b1ae92
symbol() view returns (string)
GE
totalSupply() view returns (uint256)
3333
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintItems(uint256 amount) payable
presaleMintItems(uint256 amount) payable
renounceOwnership()
reserve(uint256 quantity, address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxPresaleTokens(uint256 quantity)
togglePreSale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.