GoblinWaifu
Verified contract
Active on
Ethereum with 3,922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,139.89 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20465305 | 3 months ago | | | 0 | 0.00016044577 | |
| 19742635 | 7 months ago | | | 0 | 0.00024294019 | |
| 19623586 | 7 months ago | | | 0 | 0.00073954936 | |
| 19430115 | 8 months ago | | | 0 | 0.0020827854 | |
| 19226480 | 9 months ago | | | 0 | 0.00070007343 | |
| 18901563 | a year ago | | | 0 | 0.00067541167 | |
| 18866876 | a year ago | | | 0 | 0.00052998900 | |
| 18858301 | a year ago | | | 0 | 0.00082300488 | |
| 18671685 | a year ago | | | 0 | 0.0013846017 | |
| 18448968 | a year ago | | | 0 | 0.00041091047 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
flipProxyState(address proxyAddress)
mint(uint16 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeLimit(uint16 _limit)
setMaxMintAmountPerTx(uint8 _maxtx)
setPaused()
setProxyRegistryAddress(address _proxyRegistryAddress)
setUriPrefix(string _uriPrefix)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()