Temple
Verified contract
Active on
Ethereum with 14,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,139.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TEMPLE | ERC-20 | 8.34235K | $2.63 |
$21,940.38 | |
USDT | ERC-20 | 3.099033K | $1.00 |
$3,099.03 | |
USDC | ERC-20 | 100 | $0.999928 |
$99.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297769 | an hour ago | | | 0 | 0.00019481974 | |
| 21297751 | an hour ago | | | 0 | 0.00017679345 | |
| 21297618 | an hour ago | | | 0 | 0.00031734056 | |
| 21297205 | 3 hours ago | | | 0 | 0.00036396138 | |
| 21296427 | 5 hours ago | | | 0 | 0.00047857582 | |
| 21296422 | 6 hours ago | | | 0 | 0.00030515493 | |
| 21296415 | 6 hours ago | | | 0 | 0.00046526771 | |
| 21292439 | 19 hours ago | | | 0 | 0.00034459127 | |
| 21291456 | a day ago | | | 0 | 0.00031750124 | |
| 21289872 | a day ago | | | 0 | 0.00019233270 |
ABI
ABI objects
Getter at block 21298060
CAN_MINT() view returns (bytes32)
0x5fae0c7bd414a04df9e8c5c6306f0962d6b05973710bc170aa415577df8e2c5c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Temple
owner() view returns (address)
0x4d6175d58c5aceef30f546c0d5a557effa53a950
symbol() view returns (string)
TEMPLE
totalSupply() view returns (uint256)
24047666186515705624775239
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeMinter(address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.