Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5072…32c0
Balances ($0.00)
No balances found for "AgentMigrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20310854 | 2 months ago | | | 0 | 3.1749300e-7 | |
| 20310817 | 2 months ago | | | 0 | 0.000000303061500000 | |
| 20177871 | 2 months ago | | | 0 | 0.000019660777 | |
| 20152034 | 2 months ago | | | 0 | 0.000032628523 | |
| 20151758 | 2 months ago | | | 0 | 2.8280160e-7 | |
| 20142401 | 2 months ago | | | 0 | 1.7461250e-7 | |
| 20142188 | 2 months ago | | | 0 | 0.000025512573 | |
| 20142133 | 2 months ago | | | 0 | 2.5667580e-7 | |
| 20141852 | 2 months ago | | | 0 | 2.1321800e-7 | |
| 19975065 | 2 months ago | | | 0 | 0.000025068678 |
ABI
ABI objects
Getter at block 22920609
daoImplementation() view returns (address)
0x29dd6413b7a0b6a380326894ff839903c73cd53c
initialAmount() view returns (uint256)
240000000000000000000000
maturityDuration() view returns (uint256)
315360000
owner() view returns (address)
0xe220329659d41b2a9f26e83816b424bdacf62567
paused() view returns (bool)
false
tokenImplementation() view returns (address)
0x082cb6e892dd0699b5f0d22f7d2e638bbada5d94
veTokenImplementation() view returns (address)
0xefb56bfbfa06f6964bfdbc27cd4d24a9952eacf2
Read-only
migratedAgents(uint256) view returns (bool)
State-modifying
Events migrateAgent(uint256 id, string name, string symbol, bool canStake)
pause()
renounceOwnership()
setImplementations(address token, address veToken, address dao)
setInitParams(address tokenAdmin_, address assetToken_, address uniswapRouter_, uint256 initialAmount_, uint256 maturityDuration_)
setTokenSupplyParams(uint256 maxSupply, uint256 lpSupply, uint256 vaultSupply, uint256 maxTokensPerWallet, uint256 maxTokensPerTxn, uint256 botProtectionDurationInSeconds, address vault)
setTokenTaxParams(uint256 projectBuyTaxBasisPoints, uint256 projectSellTaxBasisPoints, uint256 taxSwapThresholdBasisPoints, address projectTaxRecipient)
transferOwnership(address newOwner)
unpause()
AgentMigrated(uint256 virtualId, address dao, address token, address lp, address veToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address agentNft_)
This contract contains no fallback and receive objects.
ERC1167FailedCreateClone()
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)