DOTTO
Verified contract
Proxy
Active on
Base with 203 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DOTTO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22738401 | 3 hours ago | | | 0 | 3.1356409e-7 | |
| 22732481 | 6 hours ago | | | 0 | 1.8413740e-7 | |
| 22729718 | 8 hours ago | | | 0 | 1.2123497e-7 | |
| 22729017 | 8 hours ago | | | 0 | 0.000000056345456956 | |
| 22729009 | 8 hours ago | | | 0 | 0.000000095290593216 | |
| 22728732 | 8 hours ago | | | 0 | 0.000000087973836876 | |
| 22728441 | 8 hours ago | | | 0 | 0.000000087409915560 | |
| 22728210 | 9 hours ago | | | 0 | 0.000000090265967748 | |
| 22726713 | 9 hours ago | | | 0 | 1.3201828e-7 | |
| 22726643 | 9 hours ago | | | 0 | 1.3096168e-7 |
ABI
ABI objects
Getter at block 22743566
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xed219e00cac0f78a6ba9e4b160d88bd854787d028abb18254044b178b8172e40
decimals() pure returns (uint8)
4
name() view returns (string)
DOTTO
platformUrl() view returns (string)
https://rug.fun
protocolAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DOTTO
totalSupply() view returns (uint256 result)
1000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
initialize(string name_, string symbol_) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
protocolBurn(address from, uint256 amount) payable
protocolMint(address to, uint256 amount) payable
removeTradingRestriction()
temporarilyDisableTrading()
temporarilyEnableTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
OnlyProtocol()
Permit2AllowanceIsFixedAtInfinity()
PermitExpired()
TotalSupplyOverflow()
TradingRestricted()