GoblinGame
Verified contract
Active on
Ethereum with 5,812 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 "GoblinGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19746954 | 7 months ago | | | 0 | 0.00032650126 | |
| 19668578 | 7 months ago | | | 0 | 0.00079679955 | |
| 19571984 | 7 months ago | | | 0 | 0.0013810144 | |
| 18898790 | 10 months ago | | | 0 | 0.00075208728 | |
| 18898698 | 10 months ago | | | 0 | 0.00072871113 | |
| 18283520 | a year ago | | | 0 | 0.00029119237 | |
| 17682162 | a year ago | | | 0 | 0.00035573912 | |
| 16873883 | 2 years ago | | | 0 | 0.00029585697 | |
| 16730397 | 2 years ago | | | 0 | 0.0012260979 | |
| 16710679 | 2 years ago | | | 0 | 0.00081491829 |
ABI
ABI objects
Getter at block 21169492
MAX_RESERVED_AMOUNT() view returns (uint256)
500
MAX_TOTAL_SUPPLY() view returns (uint256)
9999
duel() view returns (address)
0x0000000000000000000000000000000000000000
mintActive() view returns (bool)
false
name() view returns (string)
GoblinGame
owner() view returns (address)
0x2296c142b239b8c2ea8d1b609d2a47ace7957cf9
revealed() view returns (bool)
true
symbol() view returns (string)
GOBLIN
totalSupply() view returns (uint256)
5586
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipMintStatus()
flipReveal()
mint() payable
renounceOwnership()
reserve(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDuel(address _duel)
setUnrevealedURI(string unrevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string unrevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()