AGI Token
Verified contract
Active on
Ethereum with 77,436 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 |
---|---|---|---|---|---|
AGI | ERC-20 | 68.589423K | $0.169781 |
$11,645.18 | |
USDT | ERC-20 | 568.361225 | $1.00 |
$568.36 | |
LUNA | ERC-20 | 402.543647K | $0.000043 |
$17.21 | |
APU | ERC-20 | 1 | $0.000927 |
$0 | |
Cake-LP | ERC-20 | 0.000274 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244669 | 30 minutes ago | | | 0 | 0.00041071062 | |
| 21244582 | an hour ago | | | 0 | 0.00084796955 | |
| 21244554 | an hour ago | | | 0 | 0.00073200079 | |
| 21244470 | an hour ago | | | 0 | 0.00075914492 | |
| 21244453 | an hour ago | | | 0 | 0.00083947040 | |
| 21244323 | 2 hours ago | | | 0 | 0.00056612124 | |
| 21244288 | 2 hours ago | | | 0 | 0.0010553375 | |
| 21244234 | 2 hours ago | | | 0 | 0.00050340404 | |
| 21244161 | 2 hours ago | | | 0 | 0.00053085312 | |
| 21244131 | 2 hours ago | | | 0 | 0.00054743513 |
ABI
ABI objects
Getter at block 21244813
cap() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
AGI Token
symbol() view returns (string)
AGI
totalSupply() view returns (uint256)
3000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _erc20Name, string _erc20Symbol, uint8 _decimals, uint256 _cap, address[] _mintAddresses, uint256[] _mintAmounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.