TradingTokenFactoryV1
Verified contract
Active on
Ethereum with 2 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 "TradingTokenFactoryV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18043960 | a year ago | | | 0 | 0.00055062989 | |
| 18043802 | a year ago | | | 0 | 0.0012557802 |
ABI
ABI objects
Getter at block 21437088
owner() view returns (address)
0x8d335dd41c970ed83b1e57b3ba3f583243107793
paused() view returns (bool)
false
Read-only
isAuthorized(address account) view returns (bool)
State-modifying
Events authorize(address account, bool value)
createToken(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address owner_, uint256[] tokenData) returns (address)
setPaused(bool value)
transferOwnership(address newOwner_)
Authorized(address indexed account, bool value)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.