Quixxi Connect Coin
Verified contract
Active on
Ethereum with 5,574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464123 | a year ago | | | 0 | 0.0014835392 | |
| 16240727 | 2 years ago | | | 0 | 0.0011349502 | |
| 15915399 | 2 years ago | | | 0 | 0.0017098830 | |
| 15915394 | 2 years ago | | | 0 | 0.00096621960 | |
| 14532630 | 3 years ago | | | 0 | 0.0033994722 | |
| 12016972 | 4 years ago | | | 0 | 0.0034342200 | |
| 11473871 | 4 years ago | | | 0 | 0.0027092180 | |
| 11081858 | 4 years ago | | | 0 | 0.00083974000 | |
| 10560880 | 4 years ago | | | 0 | 0.0025557820 | |
| 10560284 | 4 years ago | | | 0 | 0.0029372420 |
ABI
ABI objects
Getter at block 21324373
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Quixxi Connect Coin
owner() view returns (address)
0xbf50d902b346aec3d546eee20c326b1114870e4d
symbol() view returns (string)
QXE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.