QuadToken
Verified contract
Active on
Ethereum with 10,346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,970.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eQUAD | ERC-20 | 1.247034M | $0.00473 |
$5,897.85 | |
LINA | ERC-20 | 13.013251K | $0.005565 |
$72.42 | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252826 | 18 hours ago | | | 0 | 0.00080259277 | |
| 21228724 | 4 days ago | | | 0 | 0.00026521601 | |
| 21220627 | 5 days ago | | | 0 | 0.00043595748 | |
| 21200437 | 8 days ago | | | 0 | 0.00057632710 | |
| 21193509 | 9 days ago | | | 0 | 0.0015176847 | |
| 21172727 | 12 days ago | | | 0 | 0.0020425365 | |
| 21096869 | 23 days ago | | | 0 | 0.00016552621 | |
| 21080544 | 25 days ago | | | 0 | 0.00045742060 | |
| 21025155 | a month ago | | | 0 | 0.00031564414 | |
| 20984690 | a month ago | | | 0 | 0.00069957773 |
ABI
ABI objects
Getter at block 21258117
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
QuadrantProtocol
owner() view returns (address)
0xb93c0b05279914cbbbd523cda4eba198446dcd0c
symbol() view returns (string)
eQUAD
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowTokenTransfer(address newAddress)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disableTransfer()
enableTransfer()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
restrictTokenTransfer(address oldAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.