BTTSTokenFactory
Verified contract
Active on
Ethereum with 32 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 "BTTSTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10354684 | 4 years ago | | | 0 | 0.062994558 | |
| 10354629 | 4 years ago | | | 0 | 0.061083712 | |
| 8657993 | 5 years ago | | | 0 | 0.0019028780 | |
| 8031587 | 5 years ago | | | 0 | 0.0095166300 | |
| 8031514 | 5 years ago | | | 0 | 0.0095153500 | |
| 7510597 | 6 years ago | | | 0 | 0.095150300 | |
| 7258101 | 6 years ago | | | 0 | 0.095156700 | |
| 7257996 | 6 years ago | | | 0 | 0.095153500 | |
| 7254496 | 6 years ago | | | 0 | 0.095156700 | |
| 7231364 | 6 years ago | | | 0 | 0.095153500 |
ABI
ABI objects
Getter at block 21256586
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
numberOfDeployedTokens() view returns (uint256)
30
owner() view returns (address)
0xe796ad819e32846a7f2b28288a23f682eb4da9b4
Read-only
deployedTokens(uint256) view returns (address)
verify(address tokenContract) view returns (bool valid, address owner, uint256 decimals, bool mintable, bool transferable)
State-modifying
Events acceptOwnership()
deployBTTSTokenContract(string symbol, string name, uint8 decimals, uint256 initialSupply, bool mintable, bool transferable) returns (address bttsTokenAddress)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
transferOwnershipImmediately(address _newOwner)
BTTSTokenListing(address indexed ownerAddress, address indexed bttsTokenAddress, string symbol, string name, uint8 decimals, uint256 initialSupply, bool mintable, bool transferable)
OwnershipTransferred(address indexed _from, address indexed _to)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.