ERC20FactoryByBankPad
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6726…f790
8 additional
variables
Balances ($0.00)
No balances found for "ERC20FactoryByBankPad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19343453 | 9 months ago | | | 1.3 | 0.31936320 | |
| 19330977 | 9 months ago | | | 0 | 0.0018625954 | |
| 19313288 | 9 months ago | | | 1.3 | 0.35827769 | |
| 19259513 | 9 months ago | | | 1.8 | 0.13019780 | |
| 19257908 | 9 months ago | | | 1.25 | 0.15147882 | |
| 19236681 | 9 months ago | | | 1.3 | 0.21399477 | |
| 19236675 | 9 months ago | | | 0 | 0.0010045172 | |
| 19236474 | 9 months ago | | | 0 | 0.0011698011 | |
| 19236391 | 9 months ago | | | 0 | 0.0013040970 | |
| 19236322 | 9 months ago | | | 0 | 0.0018075338 |
ABI
ABI objects
Getter at block 21291940
bankMachine() view returns (address)
0xfca992625c4909e55ab036757250052e95085c1a
bankPadTax() view returns (uint16)
1000
maxLaunchesPerWallet() view returns (uint16)
12
maxTaxToRenounce() view returns (uint16)
500
maxTeamAlloc() view returns (uint16)
1000
minLockPeriod() view returns (uint256)
2592000
owner() view returns (address)
0xeef8c380abba59b6a5341e363daf8fa9031923b0
paused() view returns (bool)
false
serviceFees() view returns (uint256, uint256, uint256, uint256)
(100000000000000000, 50000000000000000, 100000000000000000, 0)
servicePayAccount() view returns (address)
0x67262a61c0a459fff172c22e60dbc730393bf790
snipeAutoBurnPercents() view returns (uint16, uint16, uint16)
(2000, 1333, 666)
taxAfterLimits() view returns (uint16, uint16, uint16)
(1500, 1500, 500)
taxLimits() view returns (uint16, uint16, uint16)
(3500, 3500, 500)
timeConfiguration() view returns (uint32, uint32, uint32, uint32)
(60, 604800, 2592000, 0)
Read-only
getToken(string uuid) view returns (address)
isUUIDWhitelistedForManualEnableTrading(string uuid) view returns (bool)
launchedCount(address account) view returns (uint16)
lpLocker(address dexRouter) view returns (address)
maxTeamAllocForUUID(string uuid) view returns (uint16)
minPairTokenAmount(address pairToken) view returns (uint256)
State-modifying
Events createERC20(struct IBaseTokenLaunchConf tokenLaunchConf) payable returns (address)
pauseFactory(bool flag)
recoverToken(address token_, uint256 amount_)
renounceOwnership()
transferOwnership(address newOwner)
updateBankMachine(address machine)
updateBankPadTax(uint16 tax)
updateLPLocker(address dexRouter, address newLocker)
updateMaxLaunchesPerWallet(uint16 maxLaunches)
updateMaxTaxToRenounce(uint16 maxTax)
updateMaxTeamAlloc(uint16 teamAlloc)
updateMaxTeamAllocForUUID(string uuid, uint16 teamAlloc)
updateMinLockPeriod(uint256 period)
updateMinPairTokenAmount(address pairToken, uint256 amount)
updateServiceFees(uint256 launchFee, uint256 tradingDelayFee, uint256 tradingDisableFee, uint256 antiDumpFee)
updateServicePayAccount(address account)
updateSnipeAutoBurnPercents(uint16 firstPercent, uint16 secondPercent, uint16 thirdPercent)
updateTaxAfterLimits(uint16 maxBuyTax, uint16 maxSellTax, uint16 maxTreasuryTax)
updateTaxLimits(uint16 maxBuyTax, uint16 maxSellTax, uint16 maxTreasuryTax)
updateTimeConfiguration(uint32 tradingDelayTime, uint32 tradingDisableTime, uint32 bankPadTaxApplyPeriod, uint32 taxWhitelistApplyDelay)
whitelistUUIDForManualEnableTrading(string uuid, bool flag)
BankPadTaxUpdated(uint16 bankPadTax)
ManualEnableTradingForUUIDUpdated(string uuid, bool flag)
MaxLaunchesPerWalletUpdated(uint16 maxLaunches)
MaxTaxToRenounceUpdated(uint16 maxTax)
MaxTeamAllocUpdated(uint16 teamAlloc)
MaxTeamAllocUpdatedForUUID(string uuid, uint16 teamAlloc)
MinLockPeriodUpdated(uint256 period)
MinPairTokenAmountUpdated(address pairToken, uint256 amount)
NewTokenCreated(address token, address serviceAccount, address deployer, bytes32 uuidHash, uint256 serviceFee, struct IBaseTokenLaunchConf tokenLaunchConf, struct IBaseInheritedConf inheritedConf)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ServiceFeesUpdated(uint256 launchFee, uint256 tradingDelayFee, uint256 tradingDisableFee, uint256 antiDumpFee)
ServicePayAccountUpdated(address account)
SnipeAutoBurnPercentsUpdated(uint16 firstPercent, uint16 secondPercent, uint16 thirdPercent)
TaxAfterLimitsUpdated(uint16 maxBuyTax, uint16 maxSellTax, uint16 maxTreasuryTax)
TaxLimitsUpdated(uint16 maxBuyTax, uint16 maxSellTax, uint16 maxTreasuryTax)
TimeConfigurationUpdated(uint32 tradingDelayTime, uint32 tradingDisableTime, uint32 bankPadTaxApplyPeriod, uint32 taxWhitelistApplyDelay)
Unpaused(address account)
constructor(address servicePayAccount_, uint256 launchFee_, uint256 delayedTradingFee_, uint256 tradingDisableFee_, uint256 antiDumpFee_)
This contract contains no fallback and receive objects.
This contract contains no error objects.