JEFFWorld Token
Verified contract
Active on
Ethereum with 5,712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JEFF | ERC-20 | 30.5K | $0.01193 |
$363.86 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172098 | 2 hours ago | | | 0 | 0.00098144485 | |
| 21171991 | 2 hours ago | | | 0 | 0.0011153974 | |
| 21171874 | 2 hours ago | | | 0 | 0.0011496107 | |
| 21171804 | 3 hours ago | | | 0 | 0.0013348066 | |
| 21171748 | 3 hours ago | | | 0 | 0.00084275223 | |
| 21171642 | 3 hours ago | | | 0 | 0.0012672770 | |
| 21171592 | 3 hours ago | | | 0 | 0.0013030417 | |
| 21171313 | 4 hours ago | | | 0 | 0.0011819183 | |
| 21170902 | 6 hours ago | | | 0 | 0.0022305991 | |
| 21170759 | 6 hours ago | | | 0 | 0.0018418592 |
ABI
ABI objects
Getter at block 21172592
decimals() view returns (uint8)
18
name() view returns (string)
JEFFWorld Token
symbol() view returns (string)
JEFF
totalSupply() view returns (uint256)
1400000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address to)
This contract contains no fallback and receive objects.
This contract contains no error objects.