Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Queen Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7288727 | 6 years ago | | | 0 | 0.0012274200 | |
| 7288717 | 6 years ago | | | 0 | 0.0012274200 | |
| 7288666 | 6 years ago | | | 0 | 0.00012925000 | |
| 7288665 | 6 years ago | | | 0 | 0.00012925000 | |
| 7288665 | 6 years ago | | | 0 | 0.00012925000 | |
| 7288662 | 6 years ago | | | 0 | 0.00012925000 | |
| 7288662 | 6 years ago | | | 0 | 0.00012957000 | |
| 7283927 | 6 years ago | | | 0 | 0.00053922000 | |
| 7283236 | 6 years ago | | | 0 | 0.00055850000 | |
| 7282943 | 6 years ago | | | 0 | 0.0012235800 |
ABI
ABI objects
Getter at block 21324732
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
Queen Coin
owner() view returns (address)
0x8f8515f9089d70ad274e719b86ca45877a130dd8
stopped() view returns (bool)
false
symbol() view returns (string)
QC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(uint128 wad)
mint(uint128 wad)
pull(address src, uint128 wad) returns (bool)
push(address dst, uint128 wad) returns (bool)
setAuthority(address authority_)
setName(string name_)
setOwner(address owner_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.