Temporal Quantum
Verified contract
Active on
Base with 238 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 "Temporal Quantum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23731504 | 6 hours ago | | | 0 | 1.3390920e-7 | |
| 23712197 | 17 hours ago | | | 0 | 3.6418217e-7 | |
| 23710863 | 18 hours ago | | | 0 | 0.0000013784442 | |
| 23686738 | a day ago | | | 0 | 0.0000014043816 | |
| 23672077 | 2 days ago | | | 0 | 4.2683252e-7 | |
| 23637010 | 2 days ago | | | 0 | 0.000000200370384864 | |
| 23633063 | 3 days ago | | | 0 | 3.1574550e-7 | |
| 23594013 | 3 days ago | | | 0 | 5.4824597e-7 | |
| 23589774 | 4 days ago | | | 0 | 2.7168843e-7 | |
| 23578947 | 4 days ago | | | 0 | 4.3400360e-7 |
ABI
ABI objects
Getter at block 23742569
decimals() view returns (uint8)
18
name() view returns (string)
Temporal Quantum
owner() view returns (address)
0xd05c3474525c666b526150b6fc62296d7a77e708
symbol() view returns (string)
TQNT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 supply, address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.