Gradient
Verified contract
Active on
Ethereum with 2,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GDT | ERC-20 | 1.168444K | $0.003101 |
$3.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151077 | a day ago | | | 0 | 0.00054502638 | |
| 21146900 | 2 days ago | | | 0 | 0.00080063756 | |
| 21141464 | 3 days ago | | | 0 | 0.00037989155 | |
| 21141104 | 3 days ago | | | 0 | 0.00038445890 | |
| 21135984 | 3 days ago | | | 0 | 0.00071796192 | |
| 21135975 | 3 days ago | | | 0 | 0.00061598818 | |
| 21131247 | 4 days ago | | | 0 | 0.0029247621 | |
| 21129936 | 4 days ago | | | 0 | 0.00080856333 | |
| 21128151 | 4 days ago | | | 0 | 0.00094371468 | |
| 21127984 | 4 days ago | | | 0 | 0.00063472250 |
ABI
ABI objects
Getter at block 21159453
AUX_ADMIN() view returns (bytes32)
0xb73fa0cb2416690a6547825d5ccf9cedab6a4cd328635df925e1dfd86cf94c21
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Gradient
schnipperTribute() view returns (uint256)
3333
symbol() view returns (string)
GDT
thresholdTimestamp() view returns (uint256)
1712189400
totalSupply() view returns (uint256)
13951481207128936089521328
tributeHolder() view returns (address)
0xb964d6ff674eb155b3f0bc3a2478c405468ddef3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bypassCapable(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lastTransferBlock(address) view returns (uint256)
routerPairs(address) view returns (address router, address base)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPair(address pair, address router, address base)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
rescueEth(address recipient)
rescueTokens(address recipient, address token, uint256 amount)
revokeRole(bytes32 role, address account)
setBypass(address account, bool setting)
setFundingWallet(address _wallet)
setThreshold(uint256 _thresholdTimestamp)
setTribute(uint256 _schnipperTribute)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.