thenewinternet

Unverified contract

Proxy

Active on Base with 170 txns
Deployed by via 0x00366139 at 15758232
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
0x25a3c3afb6eabdc8c79806a6dcf4deedfb0613dbf44634cd26c8659af1699926
0x84745ac7ed1ca63203ff929d4ad914e18d8c4ca3e3bd0377d7c98b355aae96dc
0xa34460bfa63dc687ca837257eaf6d22c58130ef2087d96b1208f5f7233eacaf6
0xaa7a1bd541d06c4710b8816d6d4d3f78c66b065ef5f2eb9ea62464866fef4782
0xd7dfaac7fb6931e1b5c33def644baf62ede248a1dcd355159d689cdc11ca62d5
0xb74a4f7df7ff9ea5a7cd6224f3c28bdcd0ec9b6d561d0f3da8c23f19af2818a6
0xea6f7849703c9a39a35f29936627a6ead7b3d6d3cf1f1f310afe82f196c5ede3
0xf7837ea7229ed5f35bfbfdc823fc801c3e39755fe29e5198d9c9dda9d313e279
0xa2b4506c71e75895121f3ce9552cf5342a3b0066d976aefd49b208f143560280
0x082247b8816d90141686613e55b964b4313a05b72b530372745a0c34e43a11f0

Functions
Getter at block 23060222
decimals(view returns (uint8)
18
name(view returns (string)
thenewinternet
symbol(view returns (string)
INTERNET
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
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
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(