Barac
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 47 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
10 additional
variables
Balances ($0.00)
No balances found for "Barac"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Barac"
ABI
ABI objects
Getter at block 20855647
BONUS_MULTIPLIER() view returns (uint256)
0
CLOCK_MODE() view returns (string)
mode=blocktimestamp&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x76c1cad706cf8523755dc8ef2e6a73893c61fd77d66a91c778cc1367dc89d08b
SCARAB() view returns (address)
0x0000000000000000000000000000000000000000
adminAddress() view returns (address)
0x0000000000000000000000000000000000000000
clock() view returns (uint48)
1727605091
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0x38493bbc2d5edbf2fbe8df41cfe902900a31226b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
poolLength() view returns (uint256)
0
startBlock() view returns (uint256)
0
symbol() view returns (string)
totalAllocPoint() view returns (uint256)
0
totalSCARABStaked() view returns (uint256)
0
totalScarabUsedForPurchase() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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)
delegates(address account) view returns (address)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
pendingSCARAB(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accScarabPerShare, uint256 lastTotalScarabReward, uint256 lastScarabRewardBalance, uint256 totalScarabReward)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewarbaracDebt)
State-modifying
Events accessSCARABTokens(uint256 _pid, address _to, uint256 _amount)
add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
admin(address _adminAddress)
approve(address spender, uint256 amount) returns (bool)
claimSCARAB(uint256 _pid)
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 _pid, uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _scarab, address _adminAddress, uint256 _startBlock)
massUpdatePools()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setContractAddresses(address _contractFactory)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
AdminUpdated(address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EIP712DomainChanged()
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.