TribalChief Staking Wrapper
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TribalChief Staking Wrapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TribalChief Staking Wrapper"
ABI
ABI objects
Getter at block 21219005
beneficiary() view returns (address)
0x73f16f0c0cd1a078a54894974c5c054d8dc1a3d7
decimals() view returns (uint8)
18
name() view returns (string)
TribalChief Staking Wrapper
pid() view returns (uint256)
14
symbol() view returns (string)
TKN
totalSupply() view returns (uint256)
1000000000000000000
tribalChief() view returns (address)
0x9e1076cc0d19f9b0b8019f384b0a29e48ee46f7f
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
harvest()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(uint256 _pid)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tribalChief, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.