TokenFactory
Verified contract
Active on
Ethereum with 6 txns
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 |
---|---|---|---|---|---|
BEN | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9441151 | 5 years ago | | | 0 | 0.0058323700 | |
| 9436729 | 5 years ago | | | 0 | 0.00035133000 | |
| 8841836 | 5 years ago | | | 0 | 0.00027126000 | |
| 8841725 | 5 years ago | | | 0 | 0.0011870520 | |
| 8841527 | 5 years ago | | | 0 | 0.0022051640 | |
| 8841211 | 5 years ago | | | 0 | 0.014055456 |
ABI
ABI objects
Getter at block 21416136 hasCoreAccess() view returns (bool access) proxyCode() view returns (bytes)
core() view returns (address)
0xe9e10a5de4a4920d9a5fd6f0c2f205eb575fd7d6
Read-only
hasCorePrivilege(address _operator, bytes4 _privilege) view returns (bool)
hasProxyPrivilege(address _operator, address _proxy, bytes4 _privilege) view returns (bool)
State-modifying
Events configureTokensales(address _token, address[] _tokensales, uint256[] _allowances) returns (bool)
defineProxyCode(bytes _code) returns (bool)
deployToken(uint256 _delegateId, string _name, string _symbol, uint256 _decimals, uint256 _lockEnd, address[] _vaults, uint256[] _supplies, address[] _proxyOperators) returns (address)
reviewToken(address _token, address[] _auditSelectors) returns (bool)
updateAllowances(address _token, address[] _spenders, uint256[] _allowances) returns (bool)
AllowanceUpdated(address token, address spender, uint256 allowance)
ProxyCodeDefined(bytes32 codeHash)
TokenDeployed(address token)
TokenReviewed(address token)
TokensalesConfigured(address token, address[] tokensales)
constructor(address _core)
This contract contains no fallback and receive objects.
This contract contains no error objects.