TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 162 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19240307 | 10 months ago | | | 0 | 0.0072646113 | |
| 19239349 | 10 months ago | | | 0.05 | 0.0026924952 | |
| 19239316 | 10 months ago | | | 0.05 | 0.0030734254 | |
| 19239245 | 10 months ago | | | 0.05 | 0.0028429094 | |
| 19239078 | 10 months ago | | | 0.05 | 0.0026626462 | |
| 19239063 | 10 months ago | | | 0.05 | 0.0028214859 | |
| 19239033 | 10 months ago | | | 0.05 | 0.0027428924 | |
| 19238950 | 10 months ago | | | 0.05 | 0.0028430334 | |
| 19234715 | 10 months ago | | | 0.05 | 0.0053832641 | |
| 19232286 | 10 months ago | | | 0.05 | 0.0026858705 |
ABI
ABI objects
Getter at block 21378847
DOMAIN_NAME() view returns (bytes32)
0xb8e2054f8a912367e38a22ce773328ff8aabf8082c4120bad9ef085e1dbf29a7
DOMAIN_SEPARATOR() view returns (bytes32)
0x9694ef2282553236f3fa71b22f9ed98af31306bc8218f5adbe5bfd897f329202
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
DOMAIN_VERSION() view returns (bytes32)
0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6
burnFee() view returns (uint256)
500
deployFee() view returns (uint256)
200000000000000000
feeReciever() view returns (address)
0x510d377736eabb5cdf81d185cbe46500b08ba360
getChainId() view returns (uint256 id)
1
owner() view returns (address)
0x510d377736eabb5cdf81d185cbe46500b08ba360
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
verifyAddress() view returns (address)
0x4e2a84a30fa4f98254963d612717b985508fb891
Read-only
burnReward(address tokenAddr, uint256 amount) view returns (uint256)
mintOver(address tokenAddr) view returns (bool)
tokenBuyCount(address, address) view returns (uint256)
tokenConfig(address) view returns (string name, uint256 start, uint256 max, uint256 lim, uint256 cost, uint256 buyLim, bool isWhite, address deployer, address token)
tokenCount(address) view returns (uint256)
tokenList(address, uint256) view returns (string name, uint256 start, uint256 max, uint256 lim, uint256 cost, uint256 buyLim, bool isWhite, address deployer, address token)
tokenPair(address) view returns (address)
tokenStatus(address) view returns (uint256 minted, uint256 burned, uint256 vault, bool tge)
vault(address tokenAddr) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burn(address payer, uint256 amount)
deploy(string name, uint256 max, uint256 lim, uint256 start, uint256 cost, bool isWhite, uint256 buyLim) payable
init()
mint(address tokenAddr, address payer, bool isWhite, uint8 v, uint256 _r, uint256 _s) payable
renounceOwnership()
setFee(uint256 _deployFee, uint256 _burnFee, address _feeReciever)
setVerify(address _verify)
tge(address tokenAddr)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBurned(address indexed tokenAddr, address indexed payer, uint256 amount, uint256 reward)
TokenDeployed(address indexed deployer, address indexed tokenAddr, string name, uint256 max, uint256 lim, uint256 cost, uint256 buyLim, bool isWhite)
VaultChange(address indexed tokenAddr, uint256 vault)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.