Vulcan

Verified contract

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

No balances found for "Vulcan"

0xd8a87e18dd85c4fe15a5053314261f65d36c19895dbba4227564167a08e3fc94
0x8087e96648ce8b524b301df8ac33280c81b2590cee85aced24cceb26701f7557
0xb69c7305252d418f025633fc384454eb2aba988da00128f9d8554aaf20090847
0x3d3667b5e09f4897f15bd829bbf983227ec3b3776a5238e258aa9f70b7abb687
0x62033da990d8afe8841c9b1561cf9d25b5b5af978ec665d7d14c93292df0e81e
0x30109b0acf5c3f8ce81f02a3eb90cafd62066d04166178ef3a60aaaef0b7c3f3
0xd24d89afe52a52a3b614dad4ab796394470500e8fdd37df3db67e89c5912cda3
0x8ecfdb3f40657c0ff3350551a8ad1d0efb2ebdef935bc29fdb31ca5d76a97e2c
0x585e97af337aec1cf03c8f6583083eb58cd9863fbf7dc0cad9c03ce7a3ddac38
0x3d3d7870a8e159207f8462cf8c617aa1dda21082331fce552aa5892dccd78008

Functions
Getter at block 21775848
decimals(pure returns (uint8)
18
name(view returns (string)
Vulcan
owner(view returns (address)
0x0b3b895043e92e78582cb376d25dd519311ecd89
symbol(view returns (string)
VLC
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)
distribute(address recipientuint256 amount
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(address initialOwner
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