UniGraph
Verified contract
Active on
Ethereum with 1,400 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 "UniGraph"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20483597 | 3 months ago | | | 0 | 0.00011055077 | |
| 20483596 | 3 months ago | | | 0 | 0.00018833649 | |
| 19878624 | 6 months ago | | | 0 | 0.00016522710 | |
| 19866257 | 6 months ago | | | 0 | 0.00024908053 | |
| 19838544 | 6 months ago | | | 0 | 0.00016906340 | |
| 19838000 | 6 months ago | | | 0 | 0.00021101032 | |
| 19777094 | 7 months ago | | | 0 | 0.00042989441 | |
| 19729418 | 7 months ago | | | 0 | 0.00037716492 | |
| 19723434 | 7 months ago | | | 0 | 0.00051121285 | |
| 19629764 | 7 months ago | | | 0 | 0.00040981900 |
ABI
ABI objects
Getter at block 21202264
POOL_FEE_DAILY_PERCENT() view returns (uint256)
1
_feeTaker() view returns (address)
0x4d6452de59834c7c2c4f51f190d4fc261b0df7bf
_owner() view returns (address)
0x4d6452de59834c7c2c4f51f190d4fc261b0df7bf
decimals() view returns (uint256)
18
feeTaker() view returns (address)
0x4d6452de59834c7c2c4f51f190d4fc261b0df7bf
lastPoolFeeTime() view returns (uint256)
1597531706
name() view returns (string)
UniGraph
owner() view returns (address)
0x4d6452de59834c7c2c4f51f190d4fc261b0df7bf
poolFeeAvailable() view returns (uint256)
0
pretty() view returns (uint256)
108150
symbol() view returns (string)
GRAPH
totalSupply() view returns (uint256)
108150000000000000000000
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPool() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processFeePool()
rebase(int256 supplyDelta) returns (uint256)
rebasePer(uint256 supplyPercent) returns (uint256)
setPoolFeePercent(uint256 newPer)
transfer(address to, uint256 value) returns (bool)
transferFeeTaker(address newFeeTaker)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateBranding(string newName, string newSymbol)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeTakerTransferred(address indexed previousFeeTaker, address indexed newFeeTaker)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolFeeDropped(uint256 amount, uint256 poolBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.