Graffiti
Verified contract
Active on
Ethereum with 3,115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Graffiti"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276147 | 7 minutes ago | | | 0 | 0.00041735923 | |
| 21273643 | 9 hours ago | | | 0 | 0.00047052381 | |
| 21271998 | 14 hours ago | | | 0 | 0.00043833564 | |
| 21271543 | 16 hours ago | | | 0 | 0.00066220916 | |
| 21271134 | 17 hours ago | | | 0 | 0.00061471803 | |
| 21271117 | 17 hours ago | | | 0 | 0.00019485590 | |
| 21271115 | 17 hours ago | | | 0 | 0.00033414142 | |
| 21271008 | 17 hours ago | | | 0 | 0.00058700040 | |
| 21270765 | 18 hours ago | | | 0 | 0.00077983336 | |
| 21270729 | 18 hours ago | | | 0 | 0.00072182773 |
ABI
ABI objects
Getter at block 21276179
TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000000
buyFee() view returns (uint256)
50
decimals() view returns (uint8)
18
maxBuy() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Graffiti
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xad93f42183717d1d139530163e078e0ec826704a
sellFee() view returns (uint256)
50
startBlock() view returns (uint256)
19813376
symbol() view returns (string)
GRAF
totalSupply() view returns (uint256)
10000000000000000000000000
tradingEnabled() view returns (bool)
true
treasury() view returns (address)
0x183c5e5696a62ea730cf21258aa2d39fa91ce685
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
boughtAmount(address) view returns (uint256)
firstBuyBlock(address) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isWhitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
removeLimits()
renounceOwnership()
setBuyFee(uint256 _buyFee)
setSellFee(uint256 _sellFee)
setTreasury(address _treasury)
startTrading()
toggleExcludedFromFee(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)