WeTrust Token of Appreciation
Verified contract
Active on
Ethereum with 133 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 "WeTrust Token of Appreciation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8368519 | 5 years ago | | | 0 | 0.00020484900 | |
| 7645616 | 6 years ago | | | 0 | 0.00011309100 | |
| 7615553 | 6 years ago | | | 0 | 0.00056971800 | |
| 7565319 | 6 years ago | | | 0 | 0.00040969800 | |
| 7439589 | 6 years ago | | | 0 | 0.00018586095 | |
| 7439587 | 6 years ago | | | 0 | 0.00026677200 | |
| 7439582 | 6 years ago | | | 0 | 0.00022503000 | |
| 7439579 | 6 years ago | | | 0 | 0.00030743600 | |
| 7356418 | 6 years ago | | | 0 | 0.00011264300 | |
| 7356414 | 6 years ago | | | 0 | 0.00011296300 |
ABI
ABI objects
Getter at block 21215944
hostname() view returns (string)
https://spring.wetrust.io/wtoa/
name() view returns (string _name)
WeTrust Token of Appreciation
paused() view returns (bool)
false
symbol() view returns (string _symbol)
WTOA
totalSupply() view returns (uint256)
76
wetrustManager() view returns (address)
0x0ed8c3d25849fe3fe918a8863a04e71036cbc501
wetrustSigner() view returns (address)
0x73d2548a9e19cbeb4b361ba963ad4977e413787d
Read-only
balanceOf(address _owner) view returns (uint256)
createRedeemMessageHash(uint256 tokenId, bytes4 nftType, bytes32 traits, bytes32 recipientId) view returns (bytes32 msgHash)
determineEdition(uint256 nextNFTcount) pure returns (uint16 edition)
getApproved(uint256 _tokenId) view returns (address)
getOwnedTokenList(address owner) view returns (uint256[] tokenList)
getUpdateCount(bytes32 recipientId) view returns (uint256 count)
isApprovedForAll(address _owner, address _operator) view returns (bool)
nft(uint256) view returns (address owner, address approval, bytes32 traits, uint16 edition, bytes4 nftType, bytes32 recipientId, uint256 createdAt)
nftArtistSignature(uint256) view returns (bytes)
ownerOf(uint256 _tokenId) view returns (address _owner)
recipientUpdates(bytes32, uint256) view returns (bytes32 id, uint256 createdAt)
recipients(bytes32) view returns (string name, string url, address owner, uint256 nftCount, bool exists)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addArtistSignature(uint256 nftId, bytes artistSignature)
addRecipient(bytes32 recipientId, string name, string url, address owner)
addRecipientUpdate(bytes32 recipientId, bytes32 updateId)
approve(address _approved, uint256 _tokenId)
changeWeTrustSigner(address newAddress)
createNFT(uint256 tokenId, address receiver, bytes32 recipientId, bytes32 traits, bytes4 nftType)
redeemToken(bytes signedMessage)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setNFTContractInfo(string newHostName, string newName, string newSymbol)
setPaused(bool _paused)
transferFrom(address _from, address _to, uint256 _tokenId)
updateRecipientInfo(bytes32 recipientId, string name, string url, address owner)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
RecipientUpdate(bytes32 indexed recipientId, bytes32 updateId)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(address signer, address manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.