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 "Taylor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14779211 | 3 years ago | | | 0 | 0.00042640000 | |
| 11747982 | 4 years ago | | | 0 | 0.0012013000 | |
| 11529458 | 4 years ago | | | 0 | 0.0016818200 | |
| 10129659 | 4 years ago | | | 0 | 0.00081770000 | |
| 10129656 | 4 years ago | | | 0 | 0.00081770000 | |
| 10129564 | 4 years ago | | | 0 | 0.00072150000 | |
| 9767572 | 5 years ago | | | 0 | 0.000024050000 | |
| 9481299 | 5 years ago | | | 0 | 0.00021623400 | |
| 9481294 | 5 years ago | | | 0 | 0.00019220800 | |
| 9481282 | 5 years ago | | | 0 | 0.00021623400 |
ABI
ABI objects
Getter at block 21227084
decimals() view returns (uint8)
18
name() view returns (string)
Taylor
owner() view returns (address)
0x96a6cf5a2696e631dff4f3b97c544135821206e8
symbol() view returns (string)
TAYLR
totalSupply() view returns (uint256)
10000000000000000000000000
transferable() view returns (bool)
false
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.