Heroes of Mavia
Verified contract
Active on
Ethereum with 199,213 txns
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 |
---|---|---|---|---|---|
MAVIA | ERC-20 | 780.3832 | $2.10 |
$1,638.8 | |
FXS | ERC-20 | 246.21565 | $3.05 |
$750.96 | |
USDT | ERC-20 | 98.605949 | $1.00 |
$98.61 | |
AMP | ERC-20 | 13.127824K | $0.005301 |
$69.59 | |
PORK | ERC-20 | 426.367668M | $0.00 |
$48.61 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269154 | 6 minutes ago | | | 0 | 0.00041202921 | |
| 21269076 | 22 minutes ago | | | 0 | 0.00037370848 | |
| 21268961 | an hour ago | | | 0 | 0.00024718503 | |
| 21268956 | an hour ago | | | 0 | 0.00024297974 | |
| 21268954 | an hour ago | | | 0 | 0.00077443793 | |
| 21268877 | an hour ago | | | 0 | 0.00032354936 | |
| 21268733 | 2 hours ago | | | 0 | 0.00072019829 | |
| 21268690 | 2 hours ago | | | 0 | 0.00040196936 | |
| 21268689 | 2 hours ago | | | 0 | 0.00053294840 | |
| 21268616 | 2 hours ago | | | 0 | 0.00036704023 |
ABI
ABI objects
Getter at block 21269182
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Heroes of Mavia
symbol() view returns (string)
MAVIA
tfMaxAmount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
tfStartTime() view returns (uint256)
0
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
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)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fBurn(uint256 _pAmount)
fEmerERC20Tokens(address _pToken, address _pTo)
fSetBlacklist(address _pAddr, bool _pIsBlacklist)
fSetTradeTime(uint256 _pStartTime, uint256 _pMaxAmount)
fSetWhitelist(address _pAddr, bool _pIsWhitelist)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EEmerERC20Tokens(address indexed _pToken, address _pTo)
ESetBlacklist(address indexed _pAddr, bool _pIsBlacklist)
ESetGateway(address indexed _pAddr, bool _pIsGateway)
ESetTradeTime(uint256 _pStartTime, uint256 _pMaxAmount)
ESetWhitelist(address indexed _pAddr, bool _pIsWhitelist)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.