GHGShips
Verified contract
Active on
Ethereum with 2,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c2e…915f
Balances ($0.00)
No balances found for "GHGShips"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015308 | a month ago | | | 0 | 0.00020996288 | |
| 19705724 | 7 months ago | | | 0 | 0.00019711405 | |
| 19498156 | 8 months ago | | | 0 | 0.00048714745 | |
| 19458918 | 8 months ago | | | 0 | 0.00057276194 | |
| 19412697 | 8 months ago | | | 0 | 0.0023690310 | |
| 18858836 | a year ago | | | 0 | 0.00047203069 | |
| 18858712 | a year ago | | | 0 | 0.00044609369 | |
| 18839665 | a year ago | | | 0 | 0.00087329415 | |
| 18805605 | a year ago | | | 0 | 0.0012024005 | |
| 18262832 | a year ago | | | 0 | 0.00029487539 |
ABI
ABI objects
Getter at block 21214144
gold() view returns (address)
0x5c2e129ec58563c7206229ffb1adb9dc29db915f
minPriceInEth() view returns (uint256)
150000000000000000
name() view returns (string)
GHGShips
owner() view returns (address)
0x5be29bdfd79644eca15fa36b3b078f2a4691f94e
paidTokensMinted() view returns (uint256)
265
paused() view returns (bool)
true
priceInEth() view returns (uint256)
0
priceInGGold() view returns (uint256)
350000000000000000000000
shareAddress() view returns (address)
0x215009cb790300947368d3c7e1036916a8d0f7a0
startSaleDate() view returns (uint256)
1640937514
symbol() view returns (string)
GHGSHIP
tokensMinted() view returns (uint256)
2915
totalSupply() view returns (uint256)
2915
Read-only
approvedManagers(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
bannedWallets(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPirate(uint16 id) view returns (bool)
mintPrice(uint256 _amount) view returns (uint256)
mintPriceForGold(uint256 _amount) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addManager(address _address)
approve(address to, uint256 tokenId)
banWallet(address _address, bool _banned)
changeEthPrice(uint256 _weiPrice)
changeMinEthPrice(uint256 _weiPrice)
changePriceInGGold(uint256 _weiPrice)
fillPaidTokens(uint16 _from, uint16 _to)
fillTokens(uint16 _from, uint16 _to)
giveAway(uint256 _amount, address _address, bool _paid)
mint(uint256 _amount, bool _paid) payable
pause()
removeManager(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setGold(address _address)
setPirateIds(uint16[] ids)
setShareAddress(address _address)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(address to)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.