Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x41a5…e2d3
Balances ($0.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.012852 |
$0.13 | |
OOM | ERC-20 | 6.622744M | -- | -- | |
OOMER | ERC-20 | 337.725573K | -- | -- | |
OOMSCAM | ERC-20 | 5K | -- | -- | |
OHNO | ERC-20 | 280 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23184047 | a day ago | | | 0 | 0.0000021070004 | |
| 23178221 | a day ago | | | 0 | 0.0000010200865 | |
| 23148162 | 2 days ago | | | 0 | 0.0000018059745 | |
| 23147045 | 2 days ago | | | 0 | 0.0000027809890 | |
| 23146956 | 2 days ago | | | 0 | 0.0000028168412 | |
| 23146930 | 2 days ago | | | 0 | 0.0000026664791 | |
| 23139316 | 2 days ago | | | 0 | 0.0000016884236 | |
| 23137798 | 2 days ago | | | 0 | 0.0000013817210 | |
| 23137796 | 2 days ago | | | 0 | 0.0000013786915 | |
| 23092826 | 3 days ago | | | 0 | 7.1652070e-7 |
ABI
ABI objects
Getter at block 23224510
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
OomerBot
oldToken() view returns (address)
0x41a5189f62e71c75824e6f7ff033e29b44cfe2d3
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
OOM
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockedTokens(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
exchangeLockedTokens()
lockTokens(uint256 amount)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensExchanged(address indexed user, uint256 amount)
TokensLocked(address indexed user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _oldToken, address initialOwner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)