Satoshi Nakamoto

Unverified contract

Proxy

Active on Base with 671 txns
Deployed by via 0x9d2c54ac at 12374830
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x281b7a27b5ebb557374172859db5f6c7edbc2377cd3eba27eeb09a6e1b322c77
0xd77a32fa8e16c1979d94f4db8c2cac1c7923b296840a21295010c9d8d382096b
0xc19ed0670f8ab6c9441b669f4a12af492df1242267b4583f1addd6e80a7d0eeb
0xcb7fbdb321c4ff8c5d4c3ddfeda86f3e07ea459b91437b89c4fb0bf5f1f1d95d
0x66d94f20c06bd953023e76042eebb6114b90dffeea03b0be127c8bda6d8ec50d
0x70b57e5821dc8d051022225226caaea3118a48d91faa017846ad2e65e58e0857
0x413234467803ea24fc5d3b8ed84317f2e2d2233e264a60e392e3ad69d9b0c41d
0x632bbc72d99d93b6662a8d0d3da746ce69a1951ef82ee3fbc75559683e5b06bb
0xdc6b5f6aa7d3ea9f9f2625651cdc581879e64f8a3b3fa9ef2d4fa64f478c391d
0x9f62d2a41e743831b64914177c5ccfb57293daeac81d02366a58ff470c5e2c22

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
hasRole(address accountuint8 roleview returns (bool)
isMinter(address addrview returns (bool)
nonces(addressview returns (uint256)
State-modifying
acceptMintership(address fromMinter
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
init(bytes32 tokenId_address minterstring tokenNamestring tokenSymboluint8 tokenDecimals
interchainTransfer(string destinationChainbytes recipientuint256 amountbytes metadatapayable 
interchainTransferFrom(address senderstring destinationChainbytes recipientuint256 amountbytes metadatapayable 
mint(address accountuint256 amount
permit(address issueraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
proposeMintership(address minter_
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferMintership(address minter_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RolesAdded(address indexed accountuint256 accountRoles
RolesProposed(address indexed fromAccountaddress indexed toAccountuint256 accountRoles
RolesRemoved(address indexed accountuint256 accountRoles
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InterchainTokenServiceAddressZero(
InvalidAccount(
InvalidProposedRoles(address fromAccountaddress toAccountuint256 accountRoles
InvalidS(
InvalidSignature(
InvalidV(
MissingAllRoles(address accountuint256 accountRoles
MissingAnyOfRoles(address accountuint256 accountRoles
MissingRole(address accountuint8 role
PermitExpired(
TokenIdZero(
TokenNameEmpty(
TokenSymbolEmpty(