Token

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x2d40180e at 20937653
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 22743566
DOMAIN_SEPARATOR(view returns (bytes32 result)
0xcf7dbe9b817a9bdc5befb23a8ef101ce7f6597158daa65602ec1c066540c1f59
decimals(pure returns (uint8)
4
name(view returns (string)
platformUrl(view returns (string)
https://rug.fun
protocolAddress(view returns (address)
0x92b07758d244101958ee91f549bca79b9e7fcc35
symbol(view returns (string)
totalSupply(view returns (uint256 result)
0
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
initialize(string name_string symbol_payable 
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
protocolBurn(address fromuint256 amountpayable 
protocolMint(address touint256 amountpayable 
removeTradingRestriction(
temporarilyDisableTrading(
temporarilyEnableTrading(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Transfer(address indexed fromaddress indexed touint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
AlreadyInitialized(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
OnlyProtocol(
Permit2AllowanceIsFixedAtInfinity(
PermitExpired(
TotalSupplyOverflow(
TradingRestricted(