GoldHunter
Verified contract
Active on
Ethereum with 17,759 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0621…d4b2
0x5c2e…915f
Balances ($9.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.003 | $3,331.26 |
$9.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110344 | 8 days ago | | | 0 | 0.00027677787 | |
| 21015525 | 21 days ago | | | 0 | 0.00016732736 | |
| 21015520 | 21 days ago | | | 0 | 0.00017940714 | |
| 20662851 | 2 months ago | | | 0 | 0.000089222596 | |
| 20264887 | 4 months ago | | | 0 | 0.000054388525 | |
| 20238274 | 4 months ago | | | 0 | 0.00082938600 | |
| 20196685 | 4 months ago | | | 0 | 0.00010023306 | |
| 20150090 | 5 months ago | | | 0 | 0.000087469466 | |
| 20089270 | 5 months ago | | | 0 | 0.00018616948 | |
| 20089269 | 5 months ago | | | 0 | 0.00018139843 |
ABI
ABI objects
Getter at block 21169570
MAX_TOKENS() view returns (uint256)
50000
MINT_PER_TX_LIMIT() view returns (uint256)
20
gold() view returns (address)
0x5c2e129ec58563c7206229ffb1adb9dc29db915f
goldMinerStolen() view returns (uint16)
2569
name() view returns (string)
GoldHunter
owner() view returns (address)
0x5be29bdfd79644eca15fa36b3b078f2a4691f94e
paused() view returns (bool)
true
phase() view returns (uint16)
3
pirateMinted() view returns (uint16)
4000
pirateStolen() view returns (uint16)
300
symbol() view returns (string)
GOLDH
tokensMinted() view returns (uint256)
39996
totalSupply() view returns (uint256)
39996
treasureIsland() view returns (address)
0x06217a2e76604cb63451ac98401b898af038d4b2
Read-only
balanceOf(address owner) view returns (uint256)
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)
ownerOf(uint256 tokenId) view returns (address)
phasePrice(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAvailableTokens(uint16 _from, uint16 _to)
approve(address to, uint256 tokenId)
changePhasePrice(uint16 _phase, uint256 _weiPrice)
changeRandomSource(uint16 _id, address _address)
giveAway(uint256 _amount, address _address)
mint(uint256 _amount, bool _stake) payable
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 _gold)
setPaused(bool _state)
setPirateId(uint16 id, bool special)
setPirateIds(uint16[] ids)
setTreasureIsland(address _island)
shuffleSeeds(uint256 _seed, uint256 _max)
switchToSalePhase(uint16 _phase, bool _setTokens)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
TokenStolen(address owner, uint16 tokenId, address thief)
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.