Orange is the new Blue
Unverified contract
Proxy
Active on
Base with 51 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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16962654 | 4 months ago | | | 0 | 5.7516030e-7 | |
| 16584560 | 4 months ago | | | 0 | 0.000000308146555035 | |
| 16570490 | 4 months ago | | | 0 | 4.2130556e-7 | |
| 16567983 | 4 months ago | | | 0 | 4.2084189e-7 | |
| 16464364 | 4 months ago | | | 0 | 4.2084189e-7 | |
| 16464354 | 4 months ago | | | 0 | 4.2084189e-7 | |
| 16464346 | 4 months ago | | | 0 | 4.2084189e-7 | |
| 16464326 | 4 months ago | | | 0 | 4.2084189e-7 | |
| 16464300 | 4 months ago | | | 0 | 4.2084189e-7 | |
| 16376254 | 4 months ago | | | 0 | 4.4567859e-7 |
ABI
ABI objects
Getter at block 22113304
decimals() view returns (uint8)
18
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Orange is the new Blue
owner() view returns (address)
0x38c11fbae0cf57b55a00951fba9e6d1fdb4805db
pairAddress() view returns (address)
0x9ce4254319b8b69d150603c3c208d90a88e8ced3
symbol() view returns (string)
ONB
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
init(address _unifactory, address _weth, string name_, string symbol_, uint256 initialSupply_, uint256 maxWallet_)
renounceOwnership()
setmaxWallet(uint256 _maxWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)