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 "GBP Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10705549 | 4 years ago | | | 0 | 0.0034459161 | |
| 10203509 | 4 years ago | | | 0 | 0.00048644751 | |
| 10203203 | 4 years ago | | | 0 | 0.0010657401 | |
| 10198481 | 4 years ago | | | 0 | 0.00072189700 | |
| 10198258 | 4 years ago | | | 0 | 0.0015986100 | |
| 9837910 | 5 years ago | | | 0 | 0.0012630642 | |
| 9837737 | 5 years ago | | | 0 | 0.0017884313 | |
| 9738495 | 5 years ago | | | 0 | 0.0017466896 | |
| 9725025 | 5 years ago | | | 0 | 0.0019109493 | |
| 9719261 | 5 years ago | | | 0 | 0.00034490700 |
ABI
ABI objects
Getter at block 21207612
decimals() view returns (uint8)
18
name() view returns (string)
GBP Coin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdb8055c52e9a0f6316cd01624a37053d2adfa891
symbol() view returns (string)
GBP
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
_allowed(address, address) view returns (uint256)
allowance(address _master, address _spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 _value) 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)
Burn(address indexed _from, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.