TrueGBP
Verified contract
Proxy
Active on
Ethereum with 61,468 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 0.000023 | $1.001 |
$0 | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274372 | 5 hours ago | | | 0 | 0.00056690245 | |
| 21274085 | 6 hours ago | | | 0 | 0.00075883852 | |
| 21271764 | 13 hours ago | | | 0 | 0.00082560216 | |
| 21269022 | a day ago | | | 0 | 0.00067208998 | |
| 21267611 | a day ago | | | 0 | 0.00057105102 | |
| 21265506 | a day ago | | | 0 | 0.0015568198 | |
| 21265397 | a day ago | | | 0 | 0.0012174114 | |
| 21264959 | 2 days ago | | | 0 | 0.0010793276 | |
| 21254019 | 3 days ago | | | 0 | 0.00072786441 | |
| 21250321 | 4 days ago | | | 0 | 0.00059884787 |
ABI
ABI objects
Getter at block 21275796
implementation() view returns (address impl)
0xaa912f203dcc1f5b6f862c0e0da3254cfc08a1d9
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x00000000bbcf7700a1b403c9eb666f350707b900
burnMax() view returns (uint256)
20000000000000000000000000
burnMin() view returns (uint256)
1000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
TrueGBP
owner() view returns (address)
0x00000000bbcf7700a1b403c9eb666f350707b900
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
remainingGasRefundPool() view returns (uint256 length)
225873
remainingSheepRefundPool() view returns (uint256 length)
56951
rounding() pure returns (uint8)
2
symbol() pure returns (string)
TGBP
totalSupply() view returns (uint256)
10019531390000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canBurn(address) view returns (bool)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
reclaimEther(address _to)
reclaimToken(address token, address _to)
refundGas(uint256 amount)
setBlacklisted(address account, bool _isBlacklisted)
setBurnBounds(uint256 _min, uint256 _max)
setCanBurn(address account, bool _canBurn)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account, bool isBlacklisted)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBurnBounds(uint256 newMin, uint256 newMax)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.