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 |
---|---|---|---|---|---|
TAY | ERC-20 | 384.693074K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13216497 | 3 years ago | | | 0 | 0.0027954109 | |
| 12730794 | 3 years ago | | | 0 | 0.0011628960 | |
| 11897427 | 4 years ago | | | 0 | 0.0089253450 | |
| 10129564 | 4 years ago | | | 0 | 0.0011736000 | |
| 9767850 | 5 years ago | | | 0 | 0.000039120000 | |
| 9706044 | 5 years ago | | | 0 | 0.00019710432 | |
| 9469603 | 5 years ago | | | 0 | 0.00032000000 | |
| 9469572 | 5 years ago | | | 0 | 0.0014350000 | |
| 9452079 | 5 years ago | | | 0 | 0.000054096000 | |
| 9170501 | 5 years ago | | | 0 | 0.00041088600 |
ABI
ABI objects
Getter at block 21215116
decimals() view returns (uint8)
18
name() view returns (string)
Taylor
owner() view returns (address)
0x558cc8a2efa1a2a1b43a844d50cb79da56a023e3
symbol() view returns (string)
TAY
totalSupply() view returns (uint256)
10000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
whitelistedBurn(address) view returns (bool)
whitelistedTransfer(address) view returns (bool)
State-modifying
Events activateTransfers()
addWhitelistedBurn(address _address)
addWhitelistedTransfer(address _address)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distribute(address _tgeAddress)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _owner, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.