TroscotGoblin
Verified contract
Active on
Ethereum with 1,003 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 "TroscotGoblin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20672442 | 3 months ago | | | 0 | 0.00011115749 | |
| 20355131 | 4 months ago | | | 0 | 0.00011083763 | |
| 20013001 | 6 months ago | | | 0 | 0.00062575447 | |
| 19598051 | 7 months ago | | | 0 | 0.00070899744 | |
| 19525765 | 8 months ago | | | 0 | 0.00096823490 | |
| 16917111 | 2 years ago | | | 0 | 0.0010031485 | |
| 16760613 | 2 years ago | | | 0 | 0.0010283540 | |
| 16716557 | 2 years ago | | | 0 | 0.0015950729 | |
| 15869550 | 2 years ago | | | 0 | 0.0010949130 | |
| 15869550 | 2 years ago | | | 0 | 0.0018831299 |
ABI
ABI objects
Getter at block 21226346
MAX_MINTS() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
12221
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmVThBHWgpULwBBdPp1ZKNJJDrLxeMQoxEwiSyeT77hhgH/
freeMints() view returns (uint256)
1111
name() view returns (string)
TroscotGoblin
notRevealedBaseUri() view returns (string)
owner() view returns (address)
0x439c906c41fbe3a5d9c0173f2ea7dd311814d27c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TRCBG
totalSupply() view returns (uint256)
3574
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)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newbaseURI)
setBaseUriNotReveal(string _newbaseURI)
setMintAmount(uint256 _mintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
URIQueryForNonexistentToken()