othergoblinzwtf

Verified contract

Active on Ethereum with 943 txns
Deployed by via 0x10f18093 at 14860998
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $19.36
0x571f23412a22959f1983d854fde07e2b898b072cd4a0a0d1e85a136238ba0e33
0x055c5053ae6f7ae26fb4b520dba0e56de0fda28f2712225d939c0b231c2b2b89
0xfa1f01989a7d5f4561f80f6363e0d46af0a81bec07f961c015795ddbda793b69
0xb82618c5a51ff30f90b81bf5d9a4783427055df435069800eb9e8d1334722710
0x86f62fbd3c604ee68c60f3f2778517111e3c6d913c3e8667a0f57e5e60c53fbe
0xf26294e8a785bdf693d4b8a145b04c06d75aae00269fcecfb1a96025421eb094
0x72e9ba4ddd1d8ec4e7f7d4c3462b6994d9953267da4368e139d7e1164437fdb6
0x1fc8eab66f9e673624cd7f4886c4367fe1e0da82d6e6e01132bcac30f716d886
0x4c5a753015a79445db6c805618823e5b677147b5cf17ed630a59bedc45b3cbd9
0xe8dafca4406e71a50b2dacfa4548c87e79289e0cb9555f86c8c96596f6fa12c0

Functions
Getter at block 21389246
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
6969
currentPrice(view returns (uint256)
1000000000000000
devAddress(view returns (address)
0x766fa8c0b05b886b0c9a38931818142217613fd2
freeMints(view returns (uint256)
1000
getDevHex(pure returns (string)
0x636865657a636861726d6572
maxFreeMints(view returns (uint256)
2
maxMintAmount(view returns (uint256)
20
name(view returns (string)
othergoblinzwtf
owner(view returns (address)
0xec342d2d7449baf421774bc7da7bc0608df2c030
paused(view returns (bool)
false
price(view returns (uint256)
1000000000000000
revealed(view returns (bool)
false
symbol(view returns (string)
OTHGOB
teamAddress(view returns (address)
0xe7756cc7210ba26d6a8698a6764e1a5849900489
totalSupply(view returns (uint256)
1772
Read-only
balanceOf(address ownerview 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(