Satoshi Nakamoto
Unverified contract
Proxy
Active on
Base with 671 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000956 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22112401 | an hour ago | | | 0 | 8.6731223e-7 | |
| 22096433 | 10 hours ago | | | 0 | 2.4706962e-7 | |
| 22089390 | 14 hours ago | | | 0 | 3.1501690e-7 | |
| 22089261 | 14 hours ago | | | 0 | 3.1784509e-7 | |
| 22075228 | 21 hours ago | | | 0 | 2.5103467e-7 | |
| 22074354 | a day ago | | | 0 | 4.2289933e-7 | |
| 22074289 | a day ago | | | 0 | 4.6888529e-7 | |
| 22058251 | a day ago | | | 0 | 4.2547324e-7 | |
| 22043394 | 2 days ago | | | 0 | 3.2655135e-7 | |
| 21957941 | 4 days ago | | | 0 | 1.5100625e-7 |
ABI
ABI objects
Getter at block 22113887
DOMAIN_SEPARATOR() view returns (bytes32)
0x5edd0d19954650de867ad51bceaecabbbc080720471780f7b9ce81b16619d7f8
decimals() view returns (uint8)
9
interchainTokenId() view returns (bytes32)
0xf02e2a56a9e33e5b284a2e63ce319f8f93cbfcbb9a84acce39be449317c1184c
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
Satoshi Nakamoto
nameHash() view returns (bytes32)
0x79bb7057b9185cd23bee8f5c1f0536617f4273a2f2e4378b31e21f3f5c86ef0c
symbol() view returns (string)
SATOSHI
totalSupply() view returns (uint256)
149034850247581
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
hasRole(address account, uint8 role) view returns (bool)
isMinter(address addr) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptMintership(address fromMinter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(bytes32 tokenId_, address minter, string tokenName, string tokenSymbol, uint8 tokenDecimals)
interchainTransfer(string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
interchainTransferFrom(address sender, string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proposeMintership(address minter_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address minter_)
Approval(address indexed owner, address indexed spender, uint256 value)
RolesAdded(address indexed account, uint256 accountRoles)
RolesProposed(address indexed fromAccount, address indexed toAccount, uint256 accountRoles)
RolesRemoved(address indexed account, uint256 accountRoles)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
InterchainTokenServiceAddressZero()
InvalidAccount()
InvalidProposedRoles(address fromAccount, address toAccount, uint256 accountRoles)
InvalidS()
InvalidSignature()
InvalidV()
MissingAllRoles(address account, uint256 accountRoles)
MissingAnyOfRoles(address account, uint256 accountRoles)
MissingRole(address account, uint8 role)
PermitExpired()
TokenIdZero()
TokenNameEmpty()
TokenSymbolEmpty()