Agoras Token
Verified contract
Active on
Ethereum with 29,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($319.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGRS | ERC-20 | 111 | $2.61 |
$289.71 | |
USDT | ERC-20 | 30 | $0.999817 |
$29.99 | |
ZIK | ERC-20 | 555.555556 | $0.000147 |
$0.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158377 | 2 minutes ago | | | 0 | 0.0011646257 | |
| 21158363 | 5 minutes ago | | | 0 | 0.0011198308 | |
| 21158358 | 6 minutes ago | | | 0 | 0.00093102910 | |
| 21158342 | 9 minutes ago | | | 0 | 0.0011106209 | |
| 21158061 | an hour ago | | | 0 | 0.0014024104 | |
| 21158022 | an hour ago | | | 0 | 0.0014470433 | |
| 21157943 | an hour ago | | | 0 | 0.0016509317 | |
| 21157592 | 3 hours ago | | | 0 | 0.00087249967 | |
| 21157592 | 3 hours ago | | | 0 | 0.00087249967 | |
| 21157572 | 3 hours ago | | | 0 | 0.0011954116 |
ABI
ABI objects
Getter at block 21158385
decimals() view returns (uint8)
8
name() view returns (string)
Agoras Token
paused() view returns (bool)
false
symbol() view returns (string)
AGRS
totalSupply() view returns (uint256)
4200000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addLock(address addr) returns (bool)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
isLocked(address addr) returns (bool)
mint(uint256 amount) returns (bool)
pause() returns (bool)
removeLock(address addr) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause() returns (bool)
updateNameSymbol(string newname, string newsymbol) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address addr)
Mint(uint256 amount)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address addr)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.