GURUToken
Verified contract
Active on
Ethereum with 7,013 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($519.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GURU | ERC-20 | 23.282197K | $0.022334 |
$519.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268432 | 11 minutes ago | | | 0 | 0.00054021210 | |
| 21268105 | an hour ago | | | 0 | 0.00037108913 | |
| 21267922 | 2 hours ago | | | 0 | 0.00058695584 | |
| 21267875 | 2 hours ago | | | 0 | 0.00074955528 | |
| 21267874 | 2 hours ago | | | 0 | 0.00085013301 | |
| 21267839 | 2 hours ago | | | 0 | 0.00070060349 | |
| 21267803 | 2 hours ago | | | 0 | 0.00050717663 | |
| 21267651 | 3 hours ago | | | 0 | 0.00031557926 | |
| 21267630 | 3 hours ago | | | 0 | 0.00035276756 | |
| 21267560 | 3 hours ago | | | 0 | 0.00052761151 |
ABI
ABI objects
Getter at block 21268483
DOMAIN_SEPARATOR() view returns (bytes32)
0xb3b1007175d2234a20c3d75cbcd3e3e508b56c5858f27e4a1a4de86bb4f20866
_decimals() view returns (uint8)
18
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=GURU, version=1, chainId=1, verifyingContract=0x525574c899a7c877a11865339e57376092168258, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
GURU Token
symbol() view returns (string)
GURU
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address guruSafe)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
StringTooLong(string str)