InvisibleGoblins
Verified contract
Active on
Ethereum with 1,527 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 "InvisibleGoblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15983499 | 2 years ago | | | 0 | 0.0013093062 | |
| 15660509 | 2 years ago | | | 0 | 0.00029915537 | |
| 14917722 | 2 years ago | | | 0 | 0.0024225532 | |
| 14897253 | 2 years ago | | | 0 | 0.0034011348 | |
| 14896556 | 2 years ago | | | 0 | 0.0014322599 | |
| 14892957 | 2 years ago | | | 0 | 0.0030737599 | |
| 14891842 | 2 years ago | | | 0 | 0.0041043356 | |
| 14891042 | 2 years ago | | | 0 | 0.0026312044 | |
| 14890074 | 2 years ago | | | 0 | 0.0022530680 | |
| 14889593 | 2 years ago | | | 0 | 0.0023319659 |
ABI
ABI objects
Getter at block 21204956
MAX_POPULATION() view returns (uint256)
1111
areGoblinsGoblining() view returns (bool)
true
baseURI() view returns (string)
ipfs://bafybeicni2zkxt6obbs52fgdwkcr3pmuks5i75ufrkcpd5ufwpfw4lywza/
maxGoblinsPerGoblining() view returns (uint256)
1
name() view returns (string)
InvisibleGoblins
owner() view returns (address)
0x624e6edbd6e5f005767719a7b64f1a0c3cf22528
symbol() view returns (string)
INVGOB
totalSupply() view returns (uint256)
1111
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeDaGobliningOrSum()
freeMint(uint256 amount)
gibFuckingMonies()
oohGimmeMoreMintOohYea(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
sumDaytaShit(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()