Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Vulcan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21760450 | 9 hours ago | | | 0 | 1.3330080e-7 | |
| 21759848 | 9 hours ago | | | 0 | 0.0000048772751 | |
| 21759828 | 9 hours ago | | | 0 | 0.000093567375 | |
| 21759817 | 9 hours ago | | | 0 | 0.0000048772751 | |
| 21756382 | 11 hours ago | | | 0 | 1.6605466e-7 | |
| 21755145 | 12 hours ago | | | 0 | 1.6598763e-7 | |
| 21741883 | 19 hours ago | | | 0 | 2.5499691e-7 | |
| 21736280 | a day ago | | | 0 | 2.5924745e-7 | |
| 21729871 | a day ago | | | 0 | 1.3869592e-7 | |
| 21729281 | a day ago | | | 0 | 2.6072201e-7 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
distribute(address recipient, uint256 amount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)