AVACOIN

Verified contract

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

No balances found for "AVACOIN"

0x69cb3f71d7782769a8f801fe26984986c3b3637dd8fc9cf9a61ad548a87100dd
0xf6f11c24cb0d234e6addca5cbf40f65800f85ea410dc96548645da31083b2867
0xa3841b9fdf89393eebc97d35282009bf38b6d5a45468e3e8518ef3388b8d742c
0x1cc38ed18cfe38d4d5dfbb35592aa5f8f01c8ef19f4a4f1eea7c294d093826e5
0xf12cc98df34414c771d8c66217a2c70e49571569f547412109bb96b5c474abca
0x7710a5ba0655c77bf27c3ef3d6f24d73da09f4d3fde16dc78bb7e34a2358215a
0x18c391e0a1bd8d69b9b3593f93933290d7d23b75316b8f24374914d009204cd5
0x14d423f540c0707ce68646ecf7399b3c167aea613553da63c3f9bfce93100429
0xaea9c5f9580fa3e60c1e6748d84bc45d633ff87d2b066616b88d6389557ca854
0x7eef1564ea560519d87965a5ea004f4996cd0c9dd0d845d2b717c231e524c3f0

Functions
Getter at block 21215761
decimals(view returns (uint8)
18
name(view returns (string)
AVACOIN
owner(view returns (address)
0x3ba939bcd3314a8100da671a414d923735ebf48f
symbol(view returns (string)
AVACOIN
totalSupply(view returns (uint256)
900000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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(
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