NotGoblin
Verified contract
Active on
Ethereum with 7,074 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 "NotGoblin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19816489 | 6 months ago | | | 0 | 0.00028614114 | |
| 18910669 | 10 months ago | | | 0 | 0.00042265548 | |
| 18909961 | 10 months ago | | | 0 | 0.00044693667 | |
| 18259353 | a year ago | | | 0 | 0.00016372710 | |
| 17515934 | a year ago | | | 0 | 0.0013287714 | |
| 17027846 | 2 years ago | | | 0 | 0.0012178825 | |
| 17001526 | 2 years ago | | | 0 | 0.00093363761 | |
| 16966858 | 2 years ago | | | 0 | 0.0010106113 | |
| 16953896 | 2 years ago | | | 0 | 0.00092437567 | |
| 16949558 | 2 years ago | | | 0 | 0.0014219784 |
ABI
ABI objects
Getter at block 21199315
MAX_NFT_PER_TRAN() view returns (uint256)
20
MINT_PRICE() view returns (uint256)
6900000000000000
contractURI() pure returns (string)
ipfs://QmZPPFr4Q1X6Wk2zHkNTKuz9gfGgk1cj81i88NjMMe57P8
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
6969
name() view returns (string)
NotGoblin
owner() view returns (address)
0x130752003cc8a51c34247794580c07b8862b5d3c
prerevealURL() view returns (string)
ipfs://QmRqDKDc3vuzrq8V15mg4gnxWAC6uZpQJJfberV3Xnrv1w
symbol() view returns (string)
NGWTF
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
finalizeMetadata()
mint(uint256 count) payable
reduceSupply(uint256 newMaxSupply)
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
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(address splitterAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()