This contract is being backfilled. You may encounter incomplete storage history.

RITUAL

Verified contract

Active on Base with 1,433 txns
Deployed by via 0x15531274 at 21539707
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xe94aa2b28be242614a9ac846647f800b8d4f3a3e9026fc29f5cb7cef3cd051a9
0x3b0656dfb600ca7516139fbd7bf25abbc493cf3e0966dae9fe4b8b5ae9aac233
0xf1060a9f8c6777d3f892e8a50649b375acd2c1bfb2073cf2e039b27f2b98d016
0x89c8149c89cc4352a05def4b9eb4540ac80fcab6e2143c49d9ff11dd292a904b
0x0622379f9234df65e101dd127ad8baffdaba59203f488489c313c82a2f2ac7ef
0xd01246772904909cc613a9d8123ab098cda1d23f80904ec42d35e3ea06870f7e
0xd00f07f0c976bbd511e2732f06c5d1071888df4477b25dc5044961d34d0ccefb
0xa52801273763d634256ba0fa96b04f7078be64bbac432d3d85811663844416bb
0x9ea8ee7f6872d66e9f485515141b870954356e426d8113e1da89f2cfa0c084d1
0x04bde13358502cc719f5faa9b02b2367f79ab48fb2e731017e1ef55d561eb967

Functions
Getter at block 21743574
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
RITUAL
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RITUAL
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account