GoblinGame

Verified contract

Active on Ethereum with 5,812 txns
Deployed by via 0x3b99d11a at 14929719
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GoblinGame"

0xc2ec674cf26af8a1e6d3800faa2a0ba44252f06c7c5719c0b851fbc223b5d34d
0xc9cdcb31e02b5994e483f200fba574143e06acf71cb539c51b15d1eacb21f2d6
0x860942030c77e1471c620f46e00939ca66f1da90b7d2510cd0293ccadc605332
0xcd4b37338eee9f8c02fc3be4cc5110481b53090a226511d78378d3c4c3a25534
0x399d62b859c79c13bd2ae9ac96ffdbfc9cee16379cde271102be30cea1ef50f8
0x29515030379c6669071e5ad3487fe067149577dc9acfde686b6f2c6117346c70
0x7fea5aed6b703e32d0b5c9712bd6a67ba2568e748e5f5e82ae18ffe47eaebf1e
0x20c2378ad39737cf2c58d2b4767fb6e354d8e9c381ee0d465a73f799da766ba6
0xa069e5e7201e8610d78387469416519b3a0438af1b8394582903399fdc3cbf1b
0xcd8f91c4a38627b30d328747e93802d486398369b5c1b9501f18602aefa34b64

Functions
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 ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
flipMintStatus(
flipReveal(
mint(payable 
renounceOwnership(
reserve(address touint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDuel(address _duel
setUnrevealedURI(string unrevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string unrevealedURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(