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 "dTemple"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16508289 | 2 years ago | | | 0.0001 | 0.0014638667 | |
| 16498370 | 2 years ago | | | 0 | 0.0012712379 | |
| 16491419 | 2 years ago | | | 0 | 0.0013535451 | |
| 16491275 | 2 years ago | | | 0 | 0.0011133221 | |
| 16491213 | 2 years ago | | | 0 | 0.0012920681 | |
| 16491164 | 2 years ago | | | 0 | 0.0014047102 | |
| 16491143 | 2 years ago | | | 0 | 0.0010216570 | |
| 16490909 | 2 years ago | | | 0 | 0.0010338771 | |
| 16490852 | 2 years ago | | | 0 | 0.0014449572 | |
| 16490825 | 2 years ago | | | 0 | 0.0012209411 |
ABI
ABI objects
Getter at block 21205364
lastMeritsUpdateTimestamp() view returns (uint256)
0
name() view returns (string)
dTemple
owner() view returns (address)
0x87ae3997dbd8b3050e7b8281566565f661511b1c
paused() view returns (bool)
false
symbol() view returns (string)
DTEMPLE
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalClaimed() view returns (uint256)
58
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
merits(address) view returns (uint32)
ownerOf(uint256 tokenId) view returns (address)
prayRecord(address prayer) view returns (struct TempleBlessing[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address, uint256)
claim()
pause()
pray(string message) payable
prayWithDonateUSDT(string message, uint256 value)
renounceOwnership()
safeTransferFrom(address, address, uint256)
safeTransferFrom(address, address, uint256, bytes)
setApprovalForAll(address, bool)
setBeneficiary(address beneficiary)
transferFrom(address, address, uint256)
transferOwnership(address newOwner)
unpause()
updateMerits(address[] addrs, uint32[] newMerits)
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)
Paused(address account)
Pray(address prayer, string message, uint256 value, uint8 token)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, address _token, address beneficiary)
This contract contains no fallback and receive objects.
TransferFailed()
TransferNotAllowed()