bADD
Verified contract
Proxy
Active on
Ethereum with 763 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
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 49 additional slots
15 additional
variables
Balances ($311.56)
Native
Value
$311.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.092678 | $3,361.75 |
$311.56 | |
ADD | ERC-20 | 11.038209B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18109914 | a year ago | | | 0 | 0.0010915360 | |
| 16612972 | 2 years ago | | | 0 | 0.0024162461 | |
| 16447447 | 2 years ago | | | 0 | 0.0022568008 | |
| 16400359 | 2 years ago | | | 0 | 0.0039033710 | |
| 16400354 | 2 years ago | | | 0 | 0.0040540192 | |
| 16400345 | 2 years ago | | | 0 | 0.0035406940 | |
| 16400336 | 2 years ago | | | 0 | 0.0037389770 | |
| 16400327 | 2 years ago | | | 0 | 0.0037474984 | |
| 16400300 | 2 years ago | | | 0 | 0.0045232107 | |
| 16298824 | 2 years ago | | | 0 | 0.0028871567 |
ABI
ABI objects
Getter at block 21276271 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0xc09be6c9cd332560dd9031064ac91b3baa668a31c3d13213367dec6c83b9b737
claimInterval() view returns (uint256)
604800
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
minStaking() view returns (uint256)
1000000000000000000000000
name() view returns (string)
bADD
owner() view returns (address)
0x591781ef6a8bc7771656e8a7e83b91b9945dfa7f
paused() view returns (bool)
false
stakedToken() view returns (address)
0x6542c8f90915a57314f4167b81851a3cd731c6e2
symbol() view returns (string)
bADD
totalStaked() view returns (uint256)
11038209235729948126000000000
totalSupply() view returns (uint256)
11038209235729948126000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
claimPeriodLeft(address userAddress) view returns (uint256)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getUserInfo(address userAddress) view returns (uint256, uint256, uint256, uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
pendingreward(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
deposit(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
migrateTokens(address tokenAddress, uint256 tokenAmount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setNewClaimInterval(uint256 newClaimInterval)
setStakingTokens(address tokenAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMinStaking(uint256 minStakingAmount)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
withdrawAll()
withdrawReward()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposit(address indexed user, uint256 amount)
Initialized(uint8 version)
MigrateTokens(address tokenRecovered, uint256 amount)
MinStakePerUser(uint256 minStakePerUser)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(address indexed user, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.