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 "divinity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17668259 | a year ago | | | 0 | 0.00070026381 | |
| 17547385 | a year ago | | | 0 | 0.00034259416 | |
| 17547385 | a year ago | | | 0 | 0.00057490140 | |
| 17547375 | a year ago | | | 0 | 0.00060396673 | |
| 17547368 | a year ago | | | 0 | 0.00061235968 | |
| 17547366 | a year ago | | | 0 | 0.00064770705 | |
| 17547363 | a year ago | | | 0 | 0.00069356098 | |
| 17547359 | a year ago | | | 0 | 0.00093942000 | |
| 17547353 | a year ago | | | 0 | 0.00059338763 | |
| 17547353 | a year ago | | | 0 | 0.00063907186 |
ABI
ABI objects
Getter at block 21400234
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
buyTax() view returns (uint8)
16
decimals() view returns (uint8)
18
limited() view returns (bool)
false
name() view returns (string)
divinity
owner() view returns (address)
0xa1e9296da7dd04ca15f07e993a875e0094571ffa
sellTax() view returns (uint8)
16
symbol() view returns (string)
divinity
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
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.