veWILD
Verified contract
Proxy
Active on
Ethereum with 125 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WILD | ERC-20 | 4.547517M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15659603 | 2 years ago | | | 0 | 0.00029494903 | |
| 15639732 | 2 years ago | | | 0 | 0.0031517435 | |
| 15245916 | 2 years ago | | | 0 | 0.0010763123 | |
| 15109983 | 2 years ago | | | 0 | 0.0013099947 | |
| 14913360 | 2 years ago | | | 0 | 0.0037106082 | |
| 14891886 | 2 years ago | | | 0 | 0.0061698338 | |
| 14687566 | 3 years ago | | | 0 | 0.0062941936 | |
| 14612652 | 3 years ago | | | 0 | 0.0035222098 | |
| 14609640 | 3 years ago | | | 0 | 0.0038334372 | |
| 14598742 | 3 years ago | | | 0 | 0.0017769318 |
ABI
ABI objects
Getter at block 21307472
RENOUNCE_TIMEOUT() view returns (uint256)
3600
decimals() view returns (uint8)
18
distributionPeriod() view returns (uint256)
91600
isOwner() view returns (bool)
false
lastAccrueBlock() view returns (uint256)
15659603
lastIncomeBlock() view returns (uint256)
14692207
lockedToken() view returns (address)
0x403d512ab96103562dcafe4635545e8ee2753f6e
name() view returns (string)
veWILD
owner() view returns (address)
0x38495b79a3939549dd130ba4d9f0fc38b6c4af75
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
renouncedAt() view returns (uint256)
0
rewardPerToken() view returns (uint256)
110135680209532522493
rewardRate() view returns (uint256)
0
symbol() view returns (string)
veWILD
totalLocked() view returns (uint256)
4317377085955792644331751
totalSupply() view returns (uint256)
2184604859409507903453302
Read-only
balanceOf(address) view returns (uint256)
lockedBalanceOf(address) view returns (uint256)
lockedUntil(address) view returns (uint256)
pendingAccountReward(address _account) view returns (uint256)
rewardSnapshot(address) view returns (uint256)
withdrawAt(address) 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
acceptOwnership()
acceptRenounceOwnership()
addIncome(uint256 _addAmount)
cancelRenounceOwnership()
claim()
initialize(address _lockedToken, uint256 _distributionPeriod)
initiateRenounceOwnership()
lock(uint256 _amount, uint256 _newLockedUntil)
requestWithdraw()
setDistributionPeriod(uint256 _blocks)
transferOwnership(address _newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claim(address indexed account, uint256 veBalance, uint256 claimAmount)
Lock(address indexed account, uint256 lockedBalance, uint256 veBalance, uint256 lockedUntil)
NewDistributionPeriod(uint256 value)
NewIncome(uint256 addAmount, uint256 remainingAmount, uint256 rewardRate)
OwnershipTransferConfirmed(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 amount)
WithdrawRequest(address indexed account, uint256 amount, uint256 withdrawAt)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.