TokenLauncherPricingModuleV1
Verified contract
Active on
Base with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TokenLauncherPricingModuleV1"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10513622 | 9 months ago | | | 0 | 0.000000000102591977 | |
| 10513619 | 9 months ago | | | 0 | 0.000000008504156060 | |
| 10513616 | 9 months ago | | | 0 | 0.000000030966567324 | |
| 10511763 | 9 months ago | | | 0 | 0.000000010655932664 |
ABI
ABI objects
Getter at block 22955676
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
erc1155TokenPrice() view returns (uint256)
100000000
erc20BurnFeeAddonPrice() view returns (uint256)
0
erc20BuybackFeeAddonPrice() view returns (uint256)
0
erc20ReflectionFeeAddonPrice() view returns (uint256)
0
erc20TokenPrice() view returns (uint256)
100000000
erc20TransferFeeAddonPrice() view returns (uint256)
0
erc721TokenPrice() view returns (uint256)
100000000
Read-only
discountNFTs(uint256) view returns (address)
getPrice(address user, struct ITokenLauncherPricingModuleAddOns addOns, uint8 tokenType) view returns (struct ITokenLauncherPricingModulePriceResult)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isDiscountNFT(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addDiscountNFTs(address[] newDiscountNFTs)
grantRole(bytes32 role, address account)
removeDiscountNFTs(address discountNftToRemove)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setErc20BurnFeeAddonPrice(uint256 newPrice)
setErc20BuybackAddonPrice(uint256 newPrice)
setErc20ReflectionAddonPrice(uint256 newPrice)
setErc20TransferFeeAddonPrice(uint256 newPrice)
setMultiTokenPrice(uint256 newPrice)
setNftTokenPrice(uint256 newPrice)
setTokenPrice(uint256 newPrice)
BasisPointsUpdated(uint256 indexed oldBasisPoints, uint256 indexed newBasisPoints)
Erc20BurnFeeAddOnPriceUpdated(uint256 indexed oldPrice, uint256 newPrice)
Erc20BuybackFeeAddOnPriceUpdated(uint256 indexed oldPrice, uint256 newPrice)
Erc20ReflectionFeeAddOnPriceUpdated(uint256 indexed oldPrice, uint256 newPrice)
Erc20TransferFeeAddOnPriceUpdated(uint256 indexed oldPrice, uint256 newPrice)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenPriceUpdated(uint256 indexed oldPrice, uint256 newPrice, uint8 indexed tokenType)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.