The Nemesis Companions
Verified contract
Active on
Ethereum with 1,475 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 "The Nemesis Companions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198992 | 3 days ago | | | 0 | 0.0011754223 | |
| 21198986 | 3 days ago | | | 0 | 0.0010426773 | |
| 21198981 | 3 days ago | | | 0 | 0.0011510020 | |
| 21198975 | 3 days ago | | | 0 | 0.0011588300 | |
| 21198969 | 3 days ago | | | 0 | 0.0011293451 | |
| 21198964 | 3 days ago | | | 0 | 0.0011837226 | |
| 21198959 | 3 days ago | | | 0 | 0.0012304435 | |
| 21198954 | 3 days ago | | | 0 | 0.0012389919 | |
| 21198948 | 3 days ago | | | 0 | 0.0013328963 | |
| 21198919 | 3 days ago | | | 0 | 0.0012898922 |
ABI
ABI objects
Getter at block 21218438
ERC712_VERSION() view returns (string)
1
baseTokenURI() pure returns (string)
https://companions.thenemesis.io/api/v1/assets/
contractURI() pure returns (string)
https://companions.thenemesis.io/api/v1/collection
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x1bcbf8409866672b1c84a8b7b7bf55382bf4113c65c130def07758ad13da5125
name() view returns (string)
The Nemesis Companions
owner() view returns (address)
0x0841e6e6fbe001d621fe45293531630babe48375
symbol() view returns (string)
TNC
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.