Token

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xbec69520 at 15722061
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Token"

No transactions found for "Token"


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