Weave6

Verified contract

Active on Ethereum with 3,908 txns
Deployed by via 0xcf85000f at 19104966
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Weave6"

0xf924c137a7b91bb75b051003ff5f76718f4dd00592f1adeaaf66e5842ee4418d
0x3c6dec01c9e5f33d5bbd73bd58eab754a3dcd816ae1597c3e277ccad51104eff
0x4cf047d6c6b12414c8b998ef6146ef9037e5fb21effdd27a41b3ad4e6240c957
0x0d85f3ae96f57219c17387d09d595414b024d031c32f1bf3ce8dfffb8a373848
0x704a355853e62cf1eb63f72f77771d50db9414d1a2e66c8d22d9bbb125a9e275
0x8297c9128a7bc0542dfd577278c6db6e019c7238fd441d6351fcd40cd2be18fb
0xbcf44bf939ce82dccb54e2bb1dc273566187dc14f3444e1fc470fab49b45ab68
0x0fc35fb49d7a36b65c58a08af20b2758509875ffb2065d91b4cf9ad65171168f
0x4d6ef4eb981c279425cc6081fdac36bd0996d5c0c157945b5a490f28528eafe2
0x4ad2bd5756d12a1817f166a962ad5b2b5cede0b8e30ed6661745ba65e0c0e300

Functions
Getter at block 21160384
decimals(view returns (uint8)
18
name(view returns (string)
Weave6
symbol(view returns (string)
WX
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