Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GURU | ERC-20 | 14.175987M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21380816 | 3 hours ago | | | 0 | 0.0012101762 | |
| 21378778 | 10 hours ago | | | 0 | 0.0021484144 | |
| 21377679 | 14 hours ago | | | 0 | 0.00051543184 | |
| 21376116 | 19 hours ago | | | 0 | 0.0031980481 | |
| 21376083 | 19 hours ago | | | 0 | 0.00093485735 | |
| 21375686 | 20 hours ago | | | 0 | 0.00092067518 | |
| 21374104 | a day ago | | | 0 | 0.0013480649 | |
| 21373680 | a day ago | | | 0 | 0.0016742497 | |
| 21373139 | a day ago | | | 0 | 0.0033654654 | |
| 21372957 | a day ago | | | 0 | 0.0026693307 |
ABI
ABI objects
Getter at block 21381778
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getTotalFeeRate() view returns (uint8)
5
maxWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Guru
owner() view returns (address)
0x68f31dc36eff99a361272173b05c0777ba3bb6b5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
GURU
team() view returns (address)
0xc7b3d4852a540f0afa6f6824fda37af1d1edbe76
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x0b11288843e14e43484cd62d7eba1ba20b4ac977
vault() view returns (address)
0x89bb5313b2c16c0720585081e6913f99e469c5f2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isExempt(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
enterNirvana()
grantRole(bytes32 role, address account)
reduceOrRebalanceFees(uint8 newBurnFee, uint8 newVaultFee, uint8 newTeamFee)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setTeamWallet(address newTeam)
setVaultWallet(address newVault)
slashTheKarma()
toggleExemption(address account)
toggleFeeOnTransfer()
transfer(address to, uint256 value) returns (bool)
transferAdmin(address newAdmin)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unclog()
updateMaxHoldingPercent(uint8 percent)
updateSwapThreshold(uint256 value)
withdrawCredit(address recipient)
Approval(address indexed owner, address indexed spender, uint256 value)
CreditAdded(address indexed creditor, uint256 value)
CreditWithdrawn(address indexed recipient, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _team, address _vault, address _governance)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ChakraOverload(uint256 projectedBalance, uint256 maxWallet)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
KarmaMinimum()
NativeTransferFailed()
OnlyReducingFeesAllowed()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
StillMeditating()
Unauthorized()