Kevin Goblins
Verified contract
Active on
Ethereum with 1,752 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Kevin Goblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19766880 | 6 months ago | | | 0 | 0.00020910208 | |
| 18903920 | 10 months ago | | | 0 | 0.00052076291 | |
| 18491474 | a year ago | | | 0 | 0.00044703000 | |
| 16707802 | 2 years ago | | | 0 | 0.0010200527 | |
| 16502608 | 2 years ago | | | 0 | 0.00035684851 | |
| 16301348 | 2 years ago | | | 0 | 0.00090250886 | |
| 16284349 | 2 years ago | | | 0 | 0.0011451685 | |
| 16267595 | 2 years ago | | | 0 | 0.00033519356 | |
| 16256130 | 2 years ago | | | 0 | 0.00062093422 | |
| 16199931 | 2 years ago | | | 0 | 0.00041889490 |
ABI
ABI objects
Getter at block 21123335
baseURI() view returns (string)
https://ipfs.io/ipfs/QmRmieogugjrmHyt173FUMxTggTUHzvKfCj4h5Hq1W4tUy/
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
50
maxSupply() view returns (uint256)
1500
mintEnabled() view returns (bool)
true
name() view returns (string)
Kevin Goblins
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1a6941571bea58edec8bdfc31e98be13e4f8c777
price() view returns (uint256)
8000000000000000
symbol() view returns (string)
KGB
totalSupply() view returns (uint256)
1500
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 amt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()