Cult DAO
Verified contract
Proxy
Active on
Ethereum with 89,656 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 49 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($23,786.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CULT | ERC-20 | 5.132237B | $0.000002 |
$12,009.43 | |
USDT | ERC-20 | 11.175722K | $1.002 |
$11,198.07 | |
USDC | ERC-20 | 320 | $1.001 |
$320.32 | |
MATIC | ERC-20 | 425.201334 | $0.479572 |
$203.91 | |
ELON | ERC-20 | 263.15064M | $0.00 |
$48.42 | |
LUNA | ERC-20 | 143.085839K | $0.000041 |
$5.93 | |
CULT | ERC-20 | 1,011,486,873,379,182,700T | -- | -- | |
RVLT | ERC-20 | 400B | -- | -- | |
RVLT | ERC-20 | 53.333333B | -- | -- | |
TrustTheProcess | ERC-20 | 29.762299B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245563 | an hour ago | | | 0 | 0.00061031437 | |
| 21244609 | 4 hours ago | | | 0 | 0.0020927671 | |
| 21244491 | 4 hours ago | | | 0 | 0.00070553656 | |
| 21244482 | 4 hours ago | | | 0 | 0.00079893411 | |
| 21243926 | 6 hours ago | | | 0 | 0.00074284246 | |
| 21243710 | 7 hours ago | | | 0 | 0.0011242074 | |
| 21243582 | 7 hours ago | | | 0 | 0.0037801160 | |
| 21243262 | 9 hours ago | | | 0 | 0.0016489891 | |
| 21242368 | 12 hours ago | | | 0 | 0.00056503306 | |
| 21242317 | 12 hours ago | | | 0 | 0.00055752086 |
ABI
ABI objects
Getter at block 21245801
DOMAIN_SEPARATOR() view returns (bytes32)
0x4b37886cb179fb8a1102ac551346540d4a07a8dab44668d52ba98175a7962ee4
decimals() view returns (uint8)
18
name() view returns (string)
Cult DAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
CULT
tax() view returns (uint256)
4
totalSupply() view returns (uint256)
6666666666666000000000000000000
treasury() view returns (address)
0x55ac81186e1a8454c79ad78c615c43f54f87403b
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)
getCurrentVotes(address account) view returns (uint96)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
whitelistedAddress(address) view returns (bool)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initialHolder, uint256 initialSupply)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setTax(uint256 _tax)
setTreasuryAddress(address _treasury)
setWhitelistAddress(address _whitelist, bool _status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TaxUpdated(uint256 taxAmount)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryAddressUpdated(address newTreasury)
Unpaused(address account)
Upgraded(address indexed implementation)
WhitelistAddressUpdated(address whitelistAccount, bool value)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.