WARP

Unverified contract

Proxy

Active on Base with 96 txns
Deployed by via 0xbd15b645 at 22667513
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "WARP"

0x71611a8527dca32b017337fc1954d1d6405227bf8d180f51bed4bc76d93b269d
0x36c459340e2b2565609b41805d3c585a2dfcd8c3783ddeb1da12cb602f4ad212
0x3f0fb76323360f347a1044bd9851da41a47bf060b33ee77ac50a806c2470eb29
0x672ef01ecb6875221a68029ee11175e35c666bb440d76d17b71f3dbe4d9b1a83
0x9a91b95dcc2bb5bc8d12b7436148f618a4ee34247d5b84386d206b1175d78001
0xeb05e57d7d036a599111dec66c0fa63094ca9d3bec29ef6c98215c1796c7239d
0x92f8c41d8d33e5552b7825e1b21735991ab2ae3eb833346eb807f13ac63b1e1e
0x72de875f69893716163dbca4e23b413177caa1a6028c10bd83db0ad2dc6de433
0x9b02155ce68ed6fa767601055d6525330e96178784aa1cc56d8199abde203537
0xf55e99b30d806f9d00c7f33e2b8049236ebb57382b1ccdac443ef8494d081063

Functions
Getter at block 22940139
decimals(view returns (uint8)
18
name(view returns (string)
WARP
symbol(view returns (string)
WARP
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(