iTrust Governance Token
Verified contract
Proxy
Active on
Ethereum with 1,352 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "iTrust Governance Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160614 | 3 days ago | | | 0 | 0.00053128371 | |
| 20263730 | 4 months ago | | | 0 | 0.00010070823 | |
| 20203558 | 4 months ago | | | 0 | 0.000075618425 | |
| 20118454 | 5 months ago | | | 0 | 0.00026151575 | |
| 19955496 | 6 months ago | | | 0 | 0.00024676395 | |
| 19955487 | 6 months ago | | | 0 | 0.00028217110 | |
| 19955481 | 6 months ago | | | 0 | 0.00028516906 | |
| 19955474 | 6 months ago | | | 0 | 0.00030957024 | |
| 19955467 | 6 months ago | | | 0 | 0.00030231524 | |
| 19955460 | 6 months ago | | | 0 | 0.00028018700 |
ABI
ABI objects
Getter at block 21182548
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
iTrust Governance Token
owner() view returns (address)
0x8bea73aac4f7ef9daded46359a544f0bb2d1364f
paused() view returns (bool)
false
symbol() view returns (string)
$ITG
totalSupply() view returns (uint256)
38100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address treasuryAddress, uint256 cap_, uint256 yearOneSupply, uint256 yearTwoSupply, uint256 yearThreeSupply, uint256 yearFourSupply, uint256 yearFiveSupply)
mintYearFive()
mintYearFour()
mintYearOne()
mintYearThree()
mintYearTwo()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.