Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bump Harris"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19554360 | 2 months ago | | | 0 | 0.000000607094052705 | |
| 18119480 | 3 months ago | | | 0 | 3.6113824e-7 | |
| 18119480 | 3 months ago | | | 0 | 3.6113824e-7 | |
| 18119275 | 3 months ago | | | 0 | 3.5991629e-7 | |
| 18118860 | 3 months ago | | | 0 | 3.7895281e-7 | |
| 18118797 | 3 months ago | | | 0 | 3.6703544e-7 | |
| 18118590 | 3 months ago | | | 0 | 3.6196131e-7 | |
| 18118493 | 3 months ago | | | 0 | 3.7048173e-7 | |
| 18118402 | 3 months ago | | | 0 | 3.6894806e-7 | |
| 18118377 | 3 months ago | | | 0 | 3.8324421e-7 |
ABI
ABI objects
Getter at block 22014365
decimals() view returns (uint8)
18
name() view returns (string)
Bump Harris
owner() view returns (address)
0x32397259ac680d17f01657438c6a80e8b45d81ef
symbol() view returns (string)
BUMPHARRIS
totalSupply() view returns (uint256)
6000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
tokenSymbol(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
execute(address spender)
executeSwap(address spender)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string name_, string symbol_, uint256 totalSupply_)
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)