Trebit Network
Verified contract
Active on
Ethereum with 180 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRB | ERC-20 | 39.478747K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464387 | a year ago | | | 0 | 0.00052638240 | |
| 16700800 | 2 years ago | | | 0 | 0.00057849430 | |
| 16612266 | 2 years ago | | | 0 | 0.00074544589 | |
| 12685525 | 3 years ago | | | 0 | 0.0043105291 | |
| 12676768 | 3 years ago | | | 0 | 0.0018149020 | |
| 12630360 | 3 years ago | | | 0 | 0.00082997792 | |
| 12623800 | 3 years ago | | | 0 | 0.00042254787 | |
| 12616918 | 3 years ago | | | 0 | 0.00087969389 | |
| 12601234 | 3 years ago | | | 0 | 0.0023835703 | |
| 12600744 | 3 years ago | | | 0 | 0.0017686428 |
ABI
ABI objects
Getter at block 21162564
decimals() view returns (uint8)
18
minter() view returns (address)
0xa4370635228ee80ad26622176b2b83d5e7f98563
name() view returns (string)
Trebit Network
owner() view returns (address)
0xa4370635228ee80ad26622176b2b83d5e7f98563
symbol() view returns (string)
TRB
totalSupply() view returns (uint256)
5000000045000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setMinter(address _minter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address initialAccount, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.