BlackErcFactory
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 ($3.25)
Native
Value
$3.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0009 | $3,610.06 |
$3.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17532380 | a year ago | | | 0 | 0.0010448060 | |
| 17522442 | a year ago | | | 0.0001 | 0.11638493 | |
| 17518725 | a year ago | | | 0.0001 | 0.098982774 | |
| 17515684 | a year ago | | | 0.0001 | 0.099734187 | |
| 17514956 | a year ago | | | 0.0001 | 0.16614961 | |
| 17435943 | a year ago | | | 0.0001 | 0.14794514 | |
| 17435883 | a year ago | | | 0.001 | 0.15597479 | |
| 17435447 | a year ago | | | 0 | 0.00059761195 | |
| 17435440 | a year ago | | | 0 | 0.00093709168 | |
| 17435438 | a year ago | | | 0 | 0.00095286112 |
ABI
ABI objects
Getter at block 21324983
BERC20_ADDRESS() view returns (address)
0xbc8e35221904f61b4200ca44a08e4dac387ac83a
_fundPer() view returns (uint256)
0
createFee() view returns (uint256)
100000000000000
destoryAmounts() view returns (uint256)
100
devAddress() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
fundAddress() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
getTokenCount() view returns (uint256)
28
isAuthContract() view returns (bool)
false
isDeployDestoryToken() view returns (bool)
false
isOpenCreate() view returns (bool)
false
owner() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
Read-only
_tokenContracts(string) view returns (address)
_tokenNames(string) view returns (bool)
contractAuths(uint256) view returns (uint8 contractType, address contractAddress, uint256 tokenCount)
getTokensByPage(uint256 page, uint256 pageSize) view returns (struct BlackErcFactoryTokenInfo[])
tokens(uint256) view returns (address tokenAddress, string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address creator)
State-modifying
Events addToken(address tokenAddress, string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address creator)
createToken(string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, uint256 burnPer, uint256[] params, address[] authContracts) payable
devAward()
renounceOwnership()
setBERC20Address(address tokenAddress)
setContractAuth(uint256[] params, address[] authContracts)
setCreateFee(uint256 fee)
setDestroyAmount(uint256 amount)
setDevAddress(address dev)
setFundAddress(address fund)
setFundPer(uint256 per)
setIsAuth(bool auth)
setIsDeployDestoryToken(bool isDestory)
setIsOpenCreate(bool isOpen)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed tokenAddress, string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address factoryContract, address devAddress, address creator)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.