NetMind Token
Verified contract
Proxy
Active on
Ethereum with 8,603 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,124.76)
Native
Value
$29.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008736 | $3,348.12 |
$29.25 | |
LINK | ERC-20 | 115.513639 | $16.86 |
$1,947.56 | |
NMT | ERC-20 | 363.588934 | $1.92 |
$698.09 | |
USDC | ERC-20 | 297.711819 | $1.00 |
$297.71 | |
USDT | ERC-20 | 152 | $1.001 |
$152.15 | |
GHLS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247082 | 5 minutes ago | | | 0 | 0.00069687518 | |
| 21246850 | an hour ago | | | 0 | 0.00066501309 | |
| 21246652 | 2 hours ago | | | 0 | 0.00067084726 | |
| 21246049 | 4 hours ago | | | 0 | 0.0011146219 | |
| 21245917 | 4 hours ago | | | 0 | 0.00054262360 | |
| 21245886 | 4 hours ago | | | 0 | 0.00067578612 | |
| 21245439 | 6 hours ago | | | 0 | 0.00070748274 | |
| 21245226 | 6 hours ago | | | 0 | 0.00057162890 | |
| 21244906 | 7 hours ago | | | 0 | 0.00053194401 | |
| 21244882 | 7 hours ago | | | 0 | 0.00056544643 |
ABI
ABI objects
Getter at block 21247104
admin() view returns (address)
0x2a9da57ee6e79bb17b90d122f49785917d24dfd9
logic() view returns (address)
0x8f42e892ef1b47ea898236f577c89153f4d71ccb
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x3f8c5525875ccdc7bc9705f98efa219d061a0f1c01ced0f0265b64c844e3a56a
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=NetMind Token, version=1, chainId=1, verifyingContract=0x03aa6298f1370642642415edc0db8b957783e8d6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
NetMind Token
symbol() view returns (string)
NMT
totalSupply() view returns (uint256)
3969049719623046896528614
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events changeAdmin(address newAdmin) returns (bool)
upgrad(address newLogic) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
initialize(address defaultAdmin, address minter)
mint(address to, uint256 amount) returns (bool)
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 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(address preAdmin, address newAdmin)
Upgraded(address indexed impl)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
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(address impl)
fallback()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()