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 "Revive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085090 | a month ago | | | 0 | 0.00021309867 | |
| 20974256 | a month ago | | | 0 | 0.00024582672 | |
| 20915983 | 2 months ago | | | 0 | 0.00060556257 | |
| 20847247 | 2 months ago | | | 0 | 0.00019858027 | |
| 20839381 | 2 months ago | | | 0 | 0.00034106557 | |
| 20839379 | 2 months ago | | | 0 | 0.00032265047 | |
| 20295315 | 5 months ago | | | 0 | 0.000066537700 | |
| 19849418 | 7 months ago | | | 0 | 0.000081925805 | |
| 19849418 | 7 months ago | | | 0 | 0.000081723611 | |
| 19839963 | 7 months ago | | | 0 | 0.00028543562 |
ABI
ABI objects
Getter at block 21289334
INITIAL_MAX_HOLD() view returns (uint256)
100000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
buyTax() view returns (uint8)
0
decimals() view returns (uint8)
18
limited() view returns (bool)
true
name() view returns (string)
Revive
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint8)
0
symbol() view returns (string)
REVIVE
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xcbf35a6130ee786bd0fe955f0f36a22f59bfbd4c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFees(uint8 newBuy, uint8 newSell)
setFeesWallet(address wallet)
setRule(bool _limited, address _uniswapV2Pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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.
This contract contains no error objects.