AlphaNova
Verified contract
Active on
Ethereum with 1,785 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANVA | ERC-20 | 1.232841 | $0.00028 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158479 | 9 hours ago | | | 0 | 0.0014190352 | |
| 21157349 | 13 hours ago | | | 0 | 0.00074629343 | |
| 21156080 | 17 hours ago | | | 0 | 0.00061105015 | |
| 21156034 | 17 hours ago | | | 0 | 0.00059842297 | |
| 21149657 | 2 days ago | | | 0 | 0.00046754730 | |
| 21141242 | 3 days ago | | | 0 | 0.00044359633 | |
| 21128370 | 5 days ago | | | 0 | 0.00081182785 | |
| 21078230 | 12 days ago | | | 0 | 0.00053515973 | |
| 21075734 | 12 days ago | | | 0 | 0.00032047206 | |
| 20992860 | 23 days ago | | | 0 | 0.0014841721 |
ABI
ABI objects
Getter at block 21161119
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
calcburn() view returns (uint256)
50
calcfees() view returns (uint256)
5
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x1fa221f9e1099843e1d7a63d904943ce7f6524b2
name() view returns (string)
AlphaNova
symbol() view returns (string)
ANVA
tokenCurrentPrice() view returns (uint256)
0
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcTransfer(uint256 amount, uint256 fee) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint(uint256 amount)
setCurrentPrice(uint256 _currentPrice)
setMarketingWallet(address _marketingWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address _marketingWallet)
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)