IamJoeToken
Verified contract
Active on
Ethereum with 176 txns
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 |
---|---|---|---|---|---|
JOE | ERC-20 | 1.034661M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21378962 | 6 hours ago | | | 0 | 0.00071960864 | |
| 21350950 | 4 days ago | | | 0 | 0.00060569759 | |
| 21350937 | 4 days ago | | | 0 | 0.00058722939 | |
| 21350918 | 4 days ago | | | 0 | 0.00059742905 | |
| 21347260 | 5 days ago | | | 0 | 0.00099890713 | |
| 21305171 | 11 days ago | | | 0 | 0.00026741961 | |
| 21195661 | a month ago | | | 0 | 0.0044279402 | |
| 21191643 | a month ago | | | 0 | 0.00068580324 | |
| 21184720 | a month ago | | | 0 | 0.0024304330 | |
| 21175299 | a month ago | | | 0 | 0.0013682215 |
ABI
ABI objects
Getter at block 21380663
buyTax() view returns (uint256)
5
decimals() pure returns (uint8)
18
name() pure returns (string)
I am Joe
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
5
symbol() pure returns (string)
JOE
totalSupply() pure returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTax(bool isBuy) view returns (uint256)
State-modifying
Events addJoe(address wallet)
addJoes(address[] wallets)
approve(address spender, uint256 amount) returns (bool)
changeTax(uint256 newBuyTax, uint256 newSellTax)
openTrading()
recoverJoes(address token)
removeJoe(address wallet)
renounceOwnership()
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()
This contract contains no error objects.