Qredo Token
Verified contract
Active on
Ethereum with 92,606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,682.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLP | ERC-20 | 296.961K | $0.003388 |
$1,006.15 | |
SRM | ERC-20 | 12.786894K | $0.03055 |
$390.64 | |
QRDO | ERC-20 | 17.2864K | $0.012963 |
$224.09 | |
MNW | ERC-20 | 118.886154 | $0.327877 |
$38.98 | |
REVV | ERC-20 | 6.258K | $0.003644 |
$22.81 | |
APU | ERC-20 | 1 | $0.001098 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241362 | 27 minutes ago | | | 0 | 0.00025830149 | |
| 21241331 | 33 minutes ago | | | 0 | 0.00044257016 | |
| 21241324 | 35 minutes ago | | | 0 | 0.00053471501 | |
| 21241294 | 41 minutes ago | | | 0 | 0.00040289715 | |
| 21241273 | an hour ago | | | 0 | 0.00049186284 | |
| 21241120 | an hour ago | | | 0 | 0.00045160565 | |
| 21240858 | 2 hours ago | | | 0 | 0.00041650923 | |
| 21240849 | 2 hours ago | | | 0 | 0.00028454862 | |
| 21240665 | 3 hours ago | | | 0 | 0.00047628963 | |
| 21240621 | 3 hours ago | | | 0 | 0.00053200622 |
ABI
ABI objects
Getter at block 21241495
circulatingSupply() view returns (uint256)
124694879793741735
decimals() view returns (uint8)
8
getOwner() view returns (address)
0xc4e7c55f83a873c61cbe05b0b6ab01a86743ad50
name() view returns (string)
Qredo Token
symbol() view returns (string)
QRDO
totalSupply() view returns (uint256)
200000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address auth) view returns (bool)
State-modifying
Events addAuthorized(address add) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
removeAuthorized(address remove) returns (bool)
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)
Authorized(address indexed auth, bool isAuthorized)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, uint256 initialSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.