GoblinWaifu

Verified contract

Active on Ethereum with 3,922 txns
Deployed by via 0x649d4915 at 14926753
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
0xd794e8e22e7035e178b8ac7588bdf84f8a53536add69ce138c39fd1352861235
0x24edb9a9ffd05c3d6784b3c3ccc888be654145cc2761ad00518188d4780a47b5
0xd99142a46eaf6c009c72d0b584bb2f047254b791662168e1d6d0fe23beb10dd2
0x3ecc5ae6b547f78fdc4af78d1571e4f654a4fc906797ed0b83d4555768e31ecc
0x9db964e7bdb3786cbd1b821445d851744143e58253173c123207f522688d0287
0x469e648b7312072027aba794497ee77f7df8bbd511ce047ed814f3e74cdddf60
0x477c3525bac4a31018bbe08b091b658aef454c65939e707b6656874df6d0bc8b
0x687c0f66e8c785fd4a7beb88495864e95a7249e905c4165e72868072772e57b0
0xcdc77a66249f1059a4db4af75df486d9ed6af503c94db0df32cfe5a43f8e4114
0x0c7778fa9bd6366b8d3b0795518d8318d2b4b6cabdbd3330cc034f08ff2ff0a9

Functions
Getter at block 21206989
cost(view returns (uint256)
6900000000000000
freelimit(view returns (uint16)
3000
maxMintAmountPerTx(view returns (uint8)
3
maxSupply(view returns (uint16)
4444
name(view returns (string)
GoblinWaifu
owner(view returns (address)
0x7c3a9f7196ae16f17e9dc8aedeeba57d58106761
paused(view returns (bool)
false
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
GobWaifu
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
projectProxy(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
flipProxyState(address proxyAddress
mint(uint16 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeLimit(uint16 _limit
setMaxMintAmountPerTx(uint8 _maxtx
setPaused(
setProxyRegistryAddress(address _proxyRegistryAddress
setUriPrefix(string _uriPrefix
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(
Fallback and receive

This contract contains no fallback and receive objects.

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