Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sats | ERC-20 | 0.248463 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19057872 | 10 months ago | | | 0 | 0.00076621792 | |
| 19057850 | 10 months ago | | | 0 | 0.0021649538 | |
| 18554792 | a year ago | | | 0 | 0.00087206268 | |
| 18302656 | a year ago | | | 0 | 0.00030772277 | |
| 18218671 | a year ago | | | 0 | 0.00059098431 | |
| 18156159 | a year ago | | | 0 | 0.00038816055 | |
| 18148725 | a year ago | | | 0 | 0.00041160597 | |
| 18148289 | a year ago | | | 0 | 0.00047143528 | |
| 18148238 | a year ago | | | 0 | 0.00036124392 | |
| 18148206 | a year ago | | | 0 | 0.00046106884 |
ABI
ABI objects
Getter at block 21204691
decimals() view returns (uint8)
18
name() view returns (string)
Satoshi
owner() view returns (address)
0x28ce711693f9a4cbc42276085fa4255511192222
symbol() view returns (string)
sats
totalSupply() view returns (uint256)
2100000000000000000000000000000000
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 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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 supply_, bytes d)
This contract contains no fallback and receive objects.
This contract contains no error objects.