BUMP
Verified contract
Proxy
Active on
Ethereum with 9,475 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($1,500.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUMP | ERC-20 | 115.649K | $0.012972 |
$1,500.16 | |
HQG | ERC-20 | 0.000002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249759 | 14 minutes ago | | | 0 | 0.00080365049 | |
| 21249758 | 15 minutes ago | | | 0 | 0.00082195055 | |
| 21249753 | 16 minutes ago | | | 0 | 0.00082195055 | |
| 21249675 | 31 minutes ago | | | 0 | 0.00074234456 | |
| 21249656 | 35 minutes ago | | | 0 | 0.00054065267 | |
| 21247388 | 8 hours ago | | | 0 | 0.00076706690 | |
| 21246567 | 11 hours ago | | | 0 | 0.00084389316 | |
| 21246427 | 11 hours ago | | | 0 | 0.00094224967 | |
| 21246427 | 11 hours ago | | | 0 | 0.00094276759 | |
| 21246096 | 12 hours ago | | | 0 | 0.0013640050 |
ABI
ABI objects
Getter at block 21249829
DOMAIN_SEPARATOR() view returns (bytes32)
0x7b50e44bd1aaeb1980970cefded86bdedfd1bbb043416f5f910116cfa1e68f59
blacklister() view returns (address)
0x486dd7c8fee800400615fd7952e8e3b6071b2ff5
decimals() view returns (uint8)
18
name() view returns (string)
BUMP
owner() view returns (address)
0x486dd7c8fee800400615fd7952e8e3b6071b2ff5
paused() view returns (bool)
false
symbol() view returns (string)
BUMP
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint256 bumpSupply)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.