DUMP

Verified contract

Proxy

Active on Base with 270 txns
Deployed by via 0xb70b3f4b at 15754367
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x581c642d13b998b42aea4f65d2088d0d710dc75862208ce711f1162735be096f
0x51f5b57415b6fb5d70de31e83d48e13cd24fe0e7c30eb29b28ed2d5a08fa8162
0x50888428dbc4e7cc2d6c063664f9abaf92c172cd75d6f45940d7fb1167305c42
0x915047761d7e0c3368f608e2fe8967dc7134da9c908865bb21e5e3a360247da5
0x120b7326f0085cf49682c5cc63bcd4fb6dad160b92250e664e3293def6c7e346
0x42613bb50a76208f2023cf7d5182192b33c803aa349474628d2dd30f8d844f8f
0x21e81c6d7162846677f33b686ce121a36e626156f4b7b59b5fae05289a6d7f82
0x753ef425c493c7d5362cdf2e431438f8657dc3b0d809cf02226e097b62f00a6f
0xac44bf67d1a0c74e2903610568aa8fc833717378f8179ff1b0145847124ee525
0x5b87b983c6dc78123874a265ddee47f1f74d337a1ca329dfe8ed2d147b97763e

Functions
Getter at block 23162296
DOMAIN_SEPARATOR(view returns (bytes32 result)
0xd387f20e347660a630ed0099ad41dc7432527662a6dd6ae3dbccf4ce1e26d44b
decimals(pure returns (uint8)
11
name(view returns (string)
DUMP
owner(view returns (address result)
0x0000000000000000000000000000000000000000
platformUrl(view returns (string)
https://rug.fun
symbol(view returns (string)
DUMP
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(