SULLEY

Verified contract

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

No balances found for "SULLEY"

0x0c7c8804029dc4825152ef8207fbd2b8bfceebe9b1786248d5b5725c769d402c
0xef25e4f6f082570d32a7e1ecedccb43537063a6be588b56b55f6de49a2c1246e
0x9a65aae96c2514b1c16c49ffa5e136069b586ae4af5ba8da2318b6d102352e9b
0x494862e32a00217285d9cf5ed272d09cca3fc108f7c9a02684f31f61d3cd599d
0xd2bf5722068b08114a16c7f91dba91572d9f3f3ea324500a2c8e38d0f4eb13ed
0x93f3a5610c51c92897aa7541fbb9fb13a3cd10ef94dbe7bb1dafdbb9c3ce6055
0x895ec71c3e4bf01ba99386a56236058597b602a13051391c18621255e3bb65a9
0xe07172048df77cb96dc0e3b43a4e8f8bb13c93df8fad6b6ab0f63a306bab81f6
0xb616dcb8022a305e7793a80957c8dd64ce80408b93b970aa8d9215879aa87b09
0x370e00a9c740638923568f757086040d32f76c35eea10c744fe6246045422c49

Functions
Getter at block 23222285
decimals(view returns (uint8)
18
name(view returns (string)
SULLEY
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SULLEY
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account