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 |
---|---|---|---|---|---|
AEVO | ERC-20 | 13.539536K | $0.35666 |
$4,829.01 | |
USDT | ERC-20 | 1.958577K | $1.00 |
$1,958.58 | |
USDC | ERC-20 | 1.02K | $0.999416 |
$1,019.4 | |
ETHFI | ERC-20 | 0.7934 | $1.79 |
$1.42 | |
AEVO | ERC-20 | 100M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243173 | 3 minutes ago | | | 0 | 0.00065783279 | |
| 21243113 | 15 minutes ago | | | 0 | 0.00057922992 | |
| 21243035 | 31 minutes ago | | | 0 | 0.00027339264 | |
| 21243033 | 31 minutes ago | | | 0 | 0.00032764551 | |
| 21243029 | 32 minutes ago | | | 0 | 0.00055890190 | |
| 21243019 | 34 minutes ago | | | 0 | 0.00058777990 | |
| 21242986 | 41 minutes ago | | | 0 | 0.00026628155 | |
| 21242985 | 41 minutes ago | | | 0 | 0.00032335600 | |
| 21242977 | 43 minutes ago | | | 0 | 0.00050756754 | |
| 21242974 | 43 minutes ago | | | 0 | 0.00058504969 |
ABI
ABI objects
Getter at block 21243186
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xc06e02b6699524c90391435f5682f196b1b91073e8231f402e71700e239a0c7b
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
decimals() view returns (uint8)
18
name() view returns (string)
Aevo
symbol() view returns (string)
AEVO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
grantRole(bytes32 role, address account)
mint(address _recipient, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
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 amount)
constructor(string _name, string _symbol, uint8 _decimals, address _beneficiary)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)