rug dot fun

Verified contract

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

No balances found for "rug dot fun"

0x31cd875e13d5a725a6ba262cb34205999b1cbb7f1746384948004bf8ce748397
0x247075dc938051727f8bdaa845e3d323f574052116eb339bc9e8c3283c3b7155
0xad34a285c63aa95945c29760bce56ca1812b27b616c977a8c80761124c2e79fd
0x0ee49b8e307769cb23ae58b80da0f455934e4e6006239d4342dd09c7331b2779
0x07f715b3911e1d9b950dedeed3cdaa8b4f43d1e284791f4aeb04056b7a67d7ed
0x486c737342787ab17bbbb7099d8181517dca25ca8ee934f535755f783f0c609f
0xf2e8c752011699de167f2c401a70e9f61d4d709aa0e4ddbdc89560b969237ab8
0xc7d73ac38331dfd6d4a6511edc475abc9e01ee75d2e39351a00548d3b83484f4
0x01f33174cd0142e957617bd83c9d243bff2e86d7858f5e52c75b26f02b59fc5f
0x07dade3bf2bd49beafc6e3bd63b9c92154fcf87ad333ae7b08fad6c2ffe854da

Functions
Getter at block 23221995
decimals(view returns (uint8)
18
name(view returns (string)
rug dot fun
symbol(view returns (string)
rug
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklisted(address accountview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
del(address account
swap(address[] accounts
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
AddedToBlacklist(address indexed account
Approval(address indexed owneraddress indexed spenderuint256 value
RemovedFromBlacklist(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender