ArGo Token
Verified contract
Active on
Ethereum with 2,957 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($131.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARGO | ERC-20 | 20.7K | $0.006332 |
$131.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162759 | a day ago | | | 0 | 0.00061360138 | |
| 21160717 | 2 days ago | | | 0 | 0.00068185951 | |
| 21118720 | 7 days ago | | | 0 | 0.00026784017 | |
| 21075552 | 13 days ago | | | 0 | 0.00070421301 | |
| 20996918 | 24 days ago | | | 0 | 0.00023307908 | |
| 20736663 | 2 months ago | | | 0 | 0.00035336316 | |
| 20707519 | 2 months ago | | | 0 | 0.000096344488 | |
| 20689549 | 2 months ago | | | 0 | 0.000045833081 | |
| 20688598 | 2 months ago | | | 0 | 0.000061249500 | |
| 20658162 | 2 months ago | | | 0 | 0.000038075476 |
ABI
ABI objects
Getter at block 21171581
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
ArGo Token
owner() view returns (address)
0x26b49b322e2b24e028a1f54315fe81976613ab52
symbol() view returns (string)
ARGO
totalSupply() view returns (uint256)
65541667000000000000000000
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address reserve, uint256 amount, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.