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 |
---|---|---|---|---|---|
woge | ERC-20 | 18.876858M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095382 | 23 days ago | | | 0 | 0.00053838841 | |
| 21095382 | 23 days ago | | | 0 | 0.00053838841 | |
| 21095381 | 23 days ago | | | 0 | 0.00052932821 | |
| 21095381 | 23 days ago | | | 0 | 0.00052932821 | |
| 21095381 | 23 days ago | | | 0 | 0.00052932821 | |
| 21095380 | 23 days ago | | | 0 | 0.00053329445 | |
| 21095380 | 23 days ago | | | 0 | 0.00053329445 | |
| 21095380 | 23 days ago | | | 0 | 0.00053329445 | |
| 21095380 | 23 days ago | | | 0 | 0.00053329445 | |
| 21095377 | 23 days ago | | | 0 | 0.00053412752 |
ABI
ABI objects
Getter at block 21261547
_devWallet() view returns (address)
0xa815bede10355f1dd58738e9614bdf6df072343c
_maxTaxSwap() view returns (uint256)
10000000000000000
_maxWalletSize() view returns (uint256)
20000000000000000
_taxSwapThreshold() view returns (uint256)
500000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
woge
owner() view returns (address)
0xd72e9474cdbad6ba1c444760bc936aef80cf655c
symbol() pure returns (string)
woge
totalSupply() pure returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0x1dd4e7b295cd87e9850944baa98dd2d78cb23fc4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
manualSend()
manualSwap()
openTrading()
removeLimit()
renounceOwnership()
setFee(uint256 _newBuyTax, uint256 _newSellTax)
setMaxWallet(uint256 maxWalletPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)