ExNetwork Community Token
Verified contract
Active on
Ethereum with 5,952 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($178.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EXNT | ERC-20 | 33.566053K | $0.005307 |
$178.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207860 | 4 hours ago | | | 0 | 0.00053270266 | |
| 21112061 | 14 days ago | | | 0 | 0.00021361546 | |
| 21006197 | a month ago | | | 0 | 0.00044570270 | |
| 20962218 | a month ago | | | 0 | 0.00028538781 | |
| 20899381 | a month ago | | | 0 | 0.00023692220 | |
| 20894084 | a month ago | | | 0 | 0.00028068306 | |
| 20852722 | 2 months ago | | | 0 | 0.00034751674 | |
| 20834564 | 2 months ago | | | 0 | 0.00066689143 | |
| 20834542 | 2 months ago | | | 0 | 0.00070524662 | |
| 20834527 | 2 months ago | | | 0 | 0.00074510820 |
ABI
ABI objects
Getter at block 21209140
decimals() view returns (uint8)
16
name() view returns (string)
ExNetwork Community Token
owner() view returns (address)
0x426fdfae7dfa7e2cd61fa18b5d87fa452effddff
paused() view returns (bool)
false
symbol() view returns (string)
EXNT
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.