Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.01 | $3,352.40 |
$33.52 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243281 | 23 minutes ago | | | 0 | 0.00036961926 | |
| 21243185 | 42 minutes ago | | | 0 | 0.00040242573 | |
| 21243140 | an hour ago | | | 0 | 0.00060122551 | |
| 21242711 | 2 hours ago | | | 0 | 0.00045194828 | |
| 21242090 | 4 hours ago | | | 0 | 0.00061263974 | |
| 21242090 | 4 hours ago | | | 0 | 0.00061263974 | |
| 21241933 | 5 hours ago | | | 0 | 0.00068480006 | |
| 21241446 | 7 hours ago | | | 0 | 0.00039879487 | |
| 21241446 | 7 hours ago | | | 0 | 0.00039892549 | |
| 21241421 | 7 hours ago | | | 0 | 0.00037412414 |
ABI
ABI objects
Getter at block 21243393
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_MINT_AMOUNT_YEAR_1() view returns (uint256)
4469096
MAX_MINT_AMOUNT_YEAR_10() view returns (uint256)
2747405
MAX_MINT_AMOUNT_YEAR_2() view returns (uint256)
4469056
MAX_MINT_AMOUNT_YEAR_3() view returns (uint256)
4424322
MAX_MINT_AMOUNT_YEAR_4() view returns (uint256)
4332292
MAX_MINT_AMOUNT_YEAR_5() view returns (uint256)
4191118
MAX_MINT_AMOUNT_YEAR_6() view returns (uint256)
3999810
MAX_MINT_AMOUNT_YEAR_7() view returns (uint256)
3758316
MAX_MINT_AMOUNT_YEAR_8() view returns (uint256)
3467587
MAX_MINT_AMOUNT_YEAR_9() view returns (uint256)
3129608
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PERCENT_BASE() view returns (uint256)
10000
decimals() view returns (uint8)
18
getCurrentYear() view returns (uint256)
2
getInflationayModelCurrentYear() view returns (uint256, uint256, uint256)
(4469056, 2214538, 2254518)
inflationaryModelTotalYears() view returns (uint256)
10
name() view returns (string)
AVA
paused() view returns (bool)
false
startTime() view returns (uint256)
1690600619
symbol() view returns (string)
AVA
totalSupply() view returns (uint256)
66577749000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
inflationaryModelPerYear(uint256) view returns (uint256 maxMintAmount, uint256 currentMintAmount, uint256 remainingMintAmount)
maxSupplyAlreadyIncreased(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addNewYearForInflationaryModel(uint256 maxMintAmount)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseMaxSupply(uint256 maxSupplyIncreasingPercent)
mint(address to, uint256 amount)
mintCurrentYear(address to, uint256 amount)
mintRemainingCurrentYear(address to)
mintRemainingPastYear(address to, uint256 pastYearID)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
updateInflationaryModelPerYear(uint256 yearID, uint256 maxMintAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
EvtAddNewYearForInflationaryModel(uint256 newYearID, uint256 maxMintAmount)
EvtIncreaseMaxSupply(uint256 maxSupplyIncreasingPercent)
EvtMintCurrentYear(address to, uint256 amount, uint256 currentYearID)
EvtMintRemainingCurrentYear(address to, uint256 amount, uint256 currentYearID)
EvtMintRemainingPastYear(address to, uint256 amount, uint256 pastYearID)
EvtUpdateInflationaryModelPerYear(uint256 yearID, uint256 maxMintAmount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address startingSupplyReceiverWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.