Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CULT | ERC-20 | 1.000001M | $0.000002 |
$2.02 | |
A | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20446625 | 3 months ago | | | 0 | 0.000069724500 | |
| 20297265 | 4 months ago | | | 0 | 0.00014372996 | |
| 19839137 | 6 months ago | | | 0 | 0.00028201873 | |
| 19652942 | 7 months ago | | | 0 | 0.00030409688 | |
| 19592500 | 7 months ago | | | 0 | 0.00066743160 | |
| 19487945 | 7 months ago | | | 0 | 0.00052237440 | |
| 18732112 | a year ago | | | 0 | 0.0016913867 | |
| 18619750 | a year ago | | | 0 | 0.00073950907 | |
| 18526381 | a year ago | | | 0 | 0.0010050286 | |
| 18512956 | a year ago | | | 0 | 0.00063099118 |
ABI
ABI objects
Getter at block 21089331
burnTax() view returns (uint256)
100
cult() view returns (address)
0xf0f9d895aca5c8678f706fb8216fa22957685a13
cultTax() view returns (uint256)
100
dCult() view returns (address)
0x2d77b594b9bbaed03221f7c63af8c4307432daf1
decimals() view returns (uint8)
18
dividendPerToken() view returns (uint256)
0
factory() view returns (address)
0xd6ca3708d2ffc8f8aa0bb8e287d3ca9b42e945a8
name() view returns (string)
A
owner() view returns (address)
0xd6ca3708d2ffc8f8aa0bb8e287d3ca9b42e945a8
points() view returns (uint256)
413761740474940135690304656330559
rewardTax() view returns (uint256)
100
sTrg() view returns (address)
0xaea133a3ebcd940eeb10ee4404515fe01695bc88
slippage() view returns (uint256)
50
symbol() view returns (string)
A
totalSupply() view returns (uint256)
66666666666000000000000000000
trg() view returns (address)
0x93eeb426782bd88fcd4b48d7b0368cf061044928
trgTax() view returns (uint256)
100
wethReward() view returns (uint256)
1713070443914281100
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pendingRewards(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bribe(address _token, uint256 _amount)
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Bribe(address indexed tokenUsedForBribe, address indexed tokenBribed, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _supply, address _factory)
This contract contains no fallback and receive objects.
EliminatedToken()
InvalidBribeToken()
NotEnoughBalance()
NotEnoughRewards()
TransferLimitExceeded()