The Loom of Time

Verified contract

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

No balances found for "The Loom of Time"

0xffb8d47f5d154ea1503ed9daf4589fff455aa732c1cdb6932ec7b732da03a117
0x4e0c43e37b4dad87451186435317d95e642eaa83d74b1789cacab123bad780c0
0xd833ceada4e000fbbbaaa5645c60be675dbd53655442ab60b7f47babc3163238
0x6f6aff908d66ba5878ead17fb7996597d81c4eba8ab635e1d82b44366ad35ebc
0x32269434bb8eef0387f7de8fadd04cf2068bd1ba3a7530f3d200ba2f9691003d
0xd5b72bfbeccbb7711775109197a07d7b366e62d2734501f13b8fb509a9d1f4f9
0xeecc4ec9eb1c3ae478db5e742c038ed261c51346e38d4d80248927120fd99642
0xd053c91435f7278a611b7461c7e93f3ac7575f0c7d9391d30d0f42ea7bf67842
0x2a329778bfd6b5470ffeb60b26b53273b4501514876c723be860a53d45ca6387
0xc48ac4776450b1a2c939d3520eb22c49a19851e5ef21991eca8526fec3a10590

Functions
Getter at block 22784887
decimals(view returns (uint8)
18
name(view returns (string)
The Loom of Time
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
LOOM
totalSupply(view returns (uint256)
400000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
checkPermit(address owneraddress 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(string name_string symbol_uint256 initialSupply_uint256 maxSupply_
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