dCULT
Verified contract
Proxy
Active on
Ethereum with 39,245 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
20 additional
variables
Balances ($4,121,465.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CULT | ERC-20 | 1.629032T | $0.000003 |
$4,121,450.42 | |
MATIC | ERC-20 | 36.16721 | $0.410394 |
$14.84 | |
MNFST | ERC-20 | 4.891212T | -- | -- | |
HOO | ERC-20 | 1.133937T | -- | -- | |
RVLT | ERC-20 | 200B | -- | -- | |
ROSHI | ERC-20 | 100B | -- | -- | |
CULT MANIFESTO | ERC-20 | 12.504816B | -- | -- | |
M0D | ERC-20 | 169M | -- | -- | |
SBER | ERC-20 | 120.420829M | -- | -- | |
TRG | ERC-20 | 92.650304M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157206 | 8 hours ago | | | 0 | 0.0024517466 | |
| 21156257 | 11 hours ago | | | 0 | 0.0042477776 | |
| 21155903 | 12 hours ago | | | 0 | 0.0012249819 | |
| 21153163 | 21 hours ago | | | 0 | 0.0024376475 | |
| 21150110 | a day ago | | | 0 | 0.0012400397 | |
| 21146251 | 2 days ago | | | 0 | 0.0030818615 | |
| 21146244 | 2 days ago | | | 0 | 0.0010394443 | |
| 21144891 | 2 days ago | | | 0 | 0.0016427035 | |
| 21144713 | 2 days ago | | | 0 | 0.0040204482 | |
| 21144701 | 2 days ago | | | 0 | 0.0014456728 |
ABI
ABI objects
Getter at block 21159564
BONUS_MULTIPLIER() view returns (uint256)
1
CULT() view returns (address)
0xf0f9d895aca5c8678f706fb8216fa22957685a13
DOMAIN_SEPARATOR() view returns (bytes32)
0x4c9108cd753f062870ffd0f6789ebda4dd1f5346571c83218b5b1a75325719ef
adminAddress() view returns (address)
0xb6b5c79f6ecb0acc157aa6d543050178dc5f7118
cult() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
dCULT
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
100
symbol() view returns (string)
dCULT
topStakerNumber() view returns (uint256)
50
totalAllocPoint() view returns (uint256)
100
totalCULTStaked() view returns (uint256)
1609866620092551775269054414564
totalCultUsedForPurchase() view returns (uint256)
0
totalSupply() view returns (uint256)
1609866620092551775269054414564
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkHighestStaker(uint256 _pid, address user) view returns (bool)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
highestStakerInPool(uint256, uint256) view returns (uint256 deposited, address addr)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
pendingCULT(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCULTPerShare, uint256 lastTotalCULTReward, uint256 lastCULTRewardBalance, uint256 totalCULTReward)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardCULTDebt)
State-modifying
Events accessCULTTokens(uint256 _pid, address _to, uint256 _amount)
add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
admin(address _adminAddress)
approve(address spender, uint256 amount) returns (bool)
claimCULT(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 _cult, address _adminAddress, uint256 _startBlock, uint256 _topStakerNumber)
massUpdatePools()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 _pid, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AdminUpdated(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 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
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 indexed pid, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.