Satoshi
Unverified contract
Proxy
Active on
Base with 153 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Satoshi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22635700 | 3 days ago | | | 0 | 4.9292760e-7 | |
| 22630544 | 3 days ago | | | 0 | 0.0000024162464 | |
| 22630534 | 3 days ago | | | 0 | 0.0000024109390 | |
| 22630534 | 3 days ago | | | 0 | 0.0000024109390 | |
| 22630534 | 3 days ago | | | 0 | 0.0000024132743 | |
| 22630533 | 3 days ago | | | 0 | 0.0000024109390 | |
| 22630533 | 3 days ago | | | 0 | 0.0000024109390 | |
| 22630532 | 3 days ago | | | 0 | 0.0000024109390 | |
| 22630530 | 3 days ago | | | 0 | 0.0000024108936 | |
| 22630530 | 3 days ago | | | 0 | 0.0000024108936 |
ABI
ABI objects
Getter at block 22754124
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Satoshi
owner() view returns (address)
0x293fc161381b404a77c332ba0ab9528bc335c1d3
symbol() view returns (string)
SATOSHI
totalSupply() view returns (uint256)
1000000000000000000000000000000
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)
initialize(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address owner_)
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)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed _owner, address indexed _token, uint8 _tokenType, uint256 _version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)