Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRIP | ERC-20 | 31.21333T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16745907 | 2 years ago | | | 0 | 0.00046370346 | |
| 16519273 | 2 years ago | | | 0 | 0.00046466572 | |
| 15523239 | 2 years ago | | | 0 | 0.00044007128 | |
| 15292826 | 2 years ago | | | 0 | 0.00013754000 | |
| 15062151 | 2 years ago | | | 0 | 0.00028169541 | |
| 14850342 | 2 years ago | | | 0 | 0.0020927015 | |
| 14841422 | 2 years ago | | | 0 | 0.00066345786 | |
| 14710530 | 3 years ago | | | 0 | 0.0024645920 | |
| 14406644 | 3 years ago | | | 0 | 0.0019403270 | |
| 14397922 | 3 years ago | | | 0 | 0.0029216320 |
ABI
ABI objects
Getter at block 21207246
canBurn() view returns (bool)
true
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
TRIPEDIA
owner() view returns (address)
0x88d5bb2fa85dd053f8fff8fe09744626a30ecbb6
symbol() view returns (string)
TRIP
totalSupply() view returns (uint256)
783381770000001060009999040050000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
ownerCanBurn(bool _canBurn)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
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 burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _canMint, bool _canBurn)
This contract contains no fallback and receive objects.
This contract contains no error objects.