Weaver

Verified contract

Active on Ethereum with 314 txns
Deployed by via 0x2c5935e3 at 21172491
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Weaver"

0xf6d1b63cda9981741d5e3af97c29fa15f3dbbede88effbda9dd50c5a87f52c15
0x4a8e5291b06d9569df7d1af93734b78cbf0d51b675cc6d39c19b8642e90be0b6
0xbfbb845ed8c8eaaa0ab420cae3d20243f71f06485f7de9360b7c97f9eccc85e7
0x760fbb8754b422bb3d1302f928fb0ebc40a19c951621d1d22925f6210143f671
0x2e0cd5fdca5f28879434dc1a79c002a91318455145fb31b53b27573c037b83ef
0x890d8faaa97b9df2c515b70e29a865aa4d384c7cff89747cd33a332277b708c3
0x23e9618d9e7ae27fbb207cfb3f1cd734b13584e26598c2fd0aac663f0f36d552
0xf248f5e3a5174977f63c602e2f0136d284dad5d0af3902acfbbd70f8b612d064
0x3ce7bc88a8e53d7c2270502b428116a52d65457ac43cdbe36d42e8dbd5654393
0x9b271520fcc8f00289d561b17690f4397c8e2fb293d728976ee95263f9000d4f

Functions
Getter at block 21188614
decimals(view returns (uint8)
18
name(view returns (string)
Weaver
symbol(view returns (string)
WEAVER
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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