BUMP

Verified contract

Proxy

Active on Base with 653 txns
Deployed by via 0xba6c9f34 at 15753434
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3e1421d01646218d68a449c7dba79dda475f33dd98ca2284b5b40d704161b7b4
0xaf2e763b836fb7401d5d0548510b4187e3264252eaa36130360a4ec37f9c1f82
0x7eaa723f5952f6b8a6682fc2d280537566275f14c8569f4ddef5f97d52d6d88c
0xb234dfbed0192c9c00f332bdbee2f8e5e632404ec33ca27ec1e910bbe045a909
0x748dc739605919b8915b6ffb36c1c37dce31b7e65b60722ef6b0895162629977
0x9ddc8a6db8722cbcc02671bba31cbbdf24dd5d13d1a600445722f6a648e676a9
0xbee6060a6c186a8c08699d056661f186bf8015e345367ec20e53c5a7ed1d5f91
0x302c73e8bf0807c9ceb9b3402ad62073474b80c6b76319501b8076951f3c6929
0xffcc4fdad7cf7159c75643ff72686add39f40c4fe4ae3640e4802bb13368b977
0x3cf627b9bf32c2853c557ef880fe877ce0b759e19af7e556524653738c8079b7

Functions
Getter at block 22946764
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x120046dd6d2425a35469349bda5b2cdd0bb38dad51f7e28b865325cbe4f1e6a9
decimals(pure returns (uint8)
11
name(view returns (string)
BUMP
owner(view returns (address result)
0x0000000000000000000000000000000000000000
platformUrl(view returns (string)
https://rug.fun
symbol(view returns (string)
BUMP
totalSupply(view returns (uint256)
6000000000000000000
transferRestrictedTo(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(string name_string symbol_address poolAddress_payable 
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
protocolBurn(address fromuint256 amountpayable 
protocolMint(address touint256 amountpayable 
removeTransferRestriction(payable 
renounceOwnership(payable 
requestOwnershipHandover(payable 
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwnerpayable 
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
TotalSupplyChanged(uint256 indexed totalSupply
Transfer(address indexed fromaddress indexed touint256 amount
TransferRestrictionRemoved(
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
AlreadyInitialized(
AlreadyRemovedTransferRestriction(
CannotInteractWithPoolDuringGame(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
NewOwnerIsZeroAddress(
NoHandoverRequest(
PermitExpired(
TotalSupplyOverflow(
Unauthorized(