Identification
Verified contract
Active on
Ethereum with 2,264 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 "Identification"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302210 | 2 days ago | | | 0 | 0.00086323502 | |
| 21293547 | 3 days ago | | | 0 | 0.00052328374 | |
| 21224345 | 13 days ago | | | 0 | 0.0016509479 | |
| 21217399 | 14 days ago | | | 0 | 0.0014663096 | |
| 21217228 | 14 days ago | | | 0 | 0.0022248795 | |
| 21211370 | 15 days ago | | | 0 | 0.00093398411 | |
| 21209972 | 15 days ago | | | 0 | 0.00086828758 | |
| 21206727 | 15 days ago | | | 0 | 0.00082897668 | |
| 21206371 | 15 days ago | | | 0 | 0.00084146730 | |
| 21201444 | 16 days ago | | | 0 | 0.0013850085 |
ABI
ABI objects
Getter at block 21317104
baseURI() view returns (string)
https://api.thewhisperer.io/metadata/card/
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Badge of Faith, version=1, chainId=1, verifyingContract=0x3079702d6a0623154ff2620a361df5c7ca37650b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isTransferable() view returns (bool)
false
name() view returns (string)
Badge of Faith
owner() view returns (address)
0x2fd4bb667f8f61264e04f2a7d349f750be2270a0
signer() view returns (address)
0xb87350c895e1ac0391e81cda78962e35b9d65ba7
symbol() view returns (string)
WHISPERER
totalSupply() view returns (uint256 result)
2239
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) payable
mint(bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setSigner(address signer_)
setTransferable(bool isTransferable_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string version, address owner, address signer_, string baseURI_)
This contract contains no fallback and receive objects.
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidShortString()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
NotTransferable()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
StringTooLong(string str)
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()