Berc20Store
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($144.68)
Native
Value
$144.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,617.09 |
$144.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17637898 | a year ago | | | 0.01 | 0.0046661218 | |
| 17598003 | a year ago | | | 0.01 | 0.0046781958 | |
| 17596936 | a year ago | | | 0.01 | 0.0025441530 | |
| 17595972 | a year ago | | | 0.01 | 0.010035913 | |
| 17595971 | a year ago | | | 0 | 0.00042310202 | |
| 17595969 | a year ago | | | 0 | 0.00042364429 | |
| 17595967 | a year ago | | | 0 | 0.00043412741 | |
| 17595617 | a year ago | | | 0 | 0.00073882461 | |
| 17595615 | a year ago | | | 0 | 0.0079901542 | |
| 17595539 | a year ago | | | 0 | 0.00068389345 |
ABI
ABI objects
Getter at block 21317877
authorizedAddress() view returns (address)
0x6696f0eeff4af5409b99047053d6f714b7a2af30
defaultLogo() view returns (string)
https://s1.ax1x.com/2023/06/18/pC1Sj1A.png
devAddress() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
maxTextLength() view returns (uint256)
500
maxUrlLength() view returns (uint256)
150
owner() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
payPrice() view returns (uint256)
0
tokensCount() view returns (uint256)
14
Read-only
getTokenBase(address tokenAddress) view returns (struct Berc20StoreTokenInfo tokenInfo, struct Berc20StoreTokenMsg tokenMsg)
getTokenDetail(address tokenAddress) view returns (struct Berc20StoreTokenMsg tokenMsg, address[] tokenAuthContract, uint256[] tokenParam1)
getTokensByPage(uint256 pageNo_, uint256 pageSize_, uint256 tokenType_, string tokenName_) view returns (uint256 allItems_, uint256 totalPages_, uint256 cnt_, struct Berc20StoreTokenInfo[] recs_)
isNameValid(string name) view returns (bool)
oldTokenMintedNums(address) view returns (uint256)
tokenNames(string) view returns (address)
tokenProfiles(address) view returns (uint256 idx, struct Berc20StoreTokenMsg msg, bytes32 wlRoot, uint256 paramsCount, uint256 authContractsCount)
tokens(uint256) view returns (address tokenAddress, string logo, string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address creator, uint256 progress)
State-modifying
Events addTokenInfo(address tokenAddress, string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address creator, bytes32 wlRoot, uint256[] params, address[] authContracts)
createTokenInfo(address tokenAddress, string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address creator, bytes32 wlRoot, uint256[] params, address[] authContracts)
devAward()
editTokenMsg(address tokenAddress, string description, string logoUrl, string bannerUrl, string website, string twitter, string telegram, string discord, string detailUrl) payable
removeForbiddenName(string name)
renounceOwnership()
setAuthorizedAddress(address _address)
setDefaultLogo(string logo)
setDevAddress(address dev)
setOldTokenMintedNum(address tokenAddress, uint256 mintedNum)
setPayPrice(uint256 _payPrice)
setTextLength(uint256 textLength)
setUrlLength(uint256 urlLength)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.