Goblin Division

Verified contract

Active on Ethereum with 1,169 txns
Deployed by via 0x8ef0339f at 14891463
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Goblin Division"

0x28bb4dc180b0405f0c3097e27f2025e824a93a4668dd576349d05636af26ce22
0xbf5783f6ad36db9901976ef39d5f9722ceb476b20e822d7e87a699859294c36b
0x66d9b9d704339dc14dda06bda2938e9187b2549bb848f264c185563f006566f6
0x487c6091ee30308d4a0f9ce1469ea75a008b36f40c44e4579ce72773bf8370a5
0x3f462afc677cdae8a4e49a2512317287aac5181164d8b9484abbe0144fcf2544
0xc1682e4d48e19b56ac0bb556967a412ba1dc992cc58b8ae67cfe544a9f31d9ac
0x5413690e150902472451dd4d01de0f11211b9f3f11c872c13c1235a18a30ec31
0x89028c11587e840ecfe0ff6c908db1fc9e6ae86306b5dabfe84f207c5c90089d
0xb32552cbb995eea249e21c778c3d1766f93e7f97658dbbcf256fe5a2e04b12e7
0xd7b2877b216e2fb538e4c5524d52586e2d6d8cd08e381398a4e90ae6803b1838

Functions
Getter at block 21205539
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
10000
devAddress(view returns (address)
0x1b1287627406466e80f3e713a943fce557d05a21
freeMints(view returns (uint256)
1000
maxFreeMints(view returns (uint256)
1
maxMintAmount(view returns (uint256)
20
name(view returns (string)
Goblin Division
owner(view returns (address)
0x2ce7ab09d15465d70631f168444cbd8032da5801
paused(view returns (bool)
false
price(view returns (uint256)
0
revealed(view returns (bool)
true
symbol(view returns (string)
GOBDIV
teamAddress(view returns (address)
0x478b5734b256c47e4132a34104d4bc21dddf43dc
totalSupply(view returns (uint256)
5421
Read-only
balanceOf(address ownerview returns (uint256)
currentPrice(address _calleruint256 _amountview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setNotRevealedURI(string _notRevealedURI
setPrice(uint256 _newCost
setmaxMintAmount(uint256 _newmaxMintAmount
setupOS(
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 _namestring _symbolstring _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

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