VUSE

Verified contract

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

No balances found for "VUSE"

0x5a8a46d8650564214a64b1cc0cab4bc507a2b8514a865c691128699fbd349397
0xd4ea287d674cf91cd62076e5e861f85fc3b970889c4df42758b50ea918c5b205
0x00d3733246efa4ac9edb5a5691276c63987642f505ae1583c6afa4f15b2ba0bc
0x6c784f1ef27f973119dabef23708567061dd5e302cda89e0c2377f9cea2c15ca
0x828aec25439c6566c96265842d2f10d421560de9b4a6c39be1082ece9789b493
0x91e9c59e027ace28a4b8d011f9e51923c8e329a2caf407d4edca0a4233dbe419
0x8512c8b7569b9551a52fcb6c9bbda8632d61c828ea700692499c0ac3387d66f5
0xc251d3fcbcd93429906c4cc6f6da7a18f3ee11c348a819d70a2bdeba395dc5c0
0x1b15427982607732bcd6df93b54e090cabf1d787d7c5dcef3a2e2f240e7d4d70
0xaa5af1b7be57503577a46ca33f7130d6a6caeb3c6ab4aef08ffcc0efa0082b2a

Functions
Getter at block 23576376
decimals(view returns (uint8)
18
name(view returns (string)
VUSE
symbol(view returns (string)
VUSE
totalSupply(view returns (uint256)
8222256946666000000000000000000
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)
transfer(uint256 amountaddress fromaddress to
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