TribeOne
Verified contract
Active on
Ethereum with 15,810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($875.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUPER | ERC-20 | 584.948 | $1.49 |
$871.57 | |
HAKA | ERC-20 | 20.276576K | $0.000193 |
$3.92 | |
ZIK | ERC-20 | 125.009209 | $0.000145 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105438 | 7 days ago | | | 0 | 0.00014165811 | |
| 21105375 | 7 days ago | | | 0 | 0.00029302221 | |
| 21082353 | 10 days ago | | | 0 | 0.00048150814 | |
| 21063113 | 13 days ago | | | 0 | 0.00039419903 | |
| 21061303 | 13 days ago | | | 0 | 0.00030665539 | |
| 21059400 | 14 days ago | | | 0 | 0.00033156879 | |
| 21059075 | 14 days ago | | | 0 | 0.00038088133 | |
| 21058522 | 14 days ago | | | 0 | 0.00039603218 | |
| 21058355 | 14 days ago | | | 0 | 0.00043284324 | |
| 21058145 | 14 days ago | | | 0 | 0.00037704091 |
ABI
ABI objects
Getter at block 21157416
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
TribeOne
owner() view returns (address)
0xb871f302d373fca357b3f60ee99df334103f9fca
paused() view returns (bool)
false
symbol() view returns (string)
HAKA
totalSupply() view returns (uint256)
188370288000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
recoverToken(address token, address destination, uint256 amount)
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RecoverToken(address indexed token, address indexed destination, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.