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 |
---|---|---|---|---|---|
TBONE | ERC-20 | 160.95K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19411425 | 8 months ago | | | 0 | 0.010219687 | |
| 19309207 | 9 months ago | | | 0 | 0.0035380158 | |
| 18976660 | 10 months ago | | | 0 | 0.0010084013 | |
| 18913791 | 10 months ago | | | 0 | 0.0020600615 | |
| 18896481 | a year ago | | | 0 | 0.0020645091 | |
| 18460566 | a year ago | | | 0 | 0.0017284798 | |
| 18372491 | a year ago | | | 0 | 0.0017817083 | |
| 18291909 | a year ago | | | 0 | 0.00024930705 | |
| 18291903 | a year ago | | | 0 | 0.00022848411 | |
| 18288913 | a year ago | | | 0 | 0.00028869681 |
ABI
ABI objects
Getter at block 21192859
_phaseOneSupply() view returns (uint256)
20984691000000000000000000
_phaseTwoSupply() view returns (uint256)
29849070000000000000000000
_reserveSupply() view returns (uint256)
18166239000000000000000000
cap() view returns (uint256)
69000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
TBone
owner() view returns (address)
0x6a4e2c87d4dcccdaba1df83fdb13fde1b4b9feda
phaseOneOpen() view returns (bool)
true
phaseTwoOpen() view returns (bool)
false
symbol() view returns (string)
TBONE
totalSupply() view returns (uint256)
22217563000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPhaseTwoClaimed(string) view returns (bool isClaimed, address addressClaimed)
isTboneClaimed(uint256) view returns (bool isClaimed, address addressClaimed)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimTbonePhaseOne(uint64 expireTime, bytes sig, uint256 amount, uint256[] tokenIds)
claimTbonePhaseTwo(bytes sig, uint64 exp, uint256 amount, string[] entryId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setIsClaimed(uint256[] _tokenIds, address[] owner, bool _isClaimed)
setSigner(address _signer)
togglePhaseOne()
togglePhaseTwo()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(uint256 cap, address _signer, address[] receipient, uint256[] amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.