Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAKURA | ERC-20 | 1.333333 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17637743 | a year ago | | | 0 | 0.0022608213 | |
| 17637690 | a year ago | | | 0 | 0.00068879136 | |
| 17637661 | a year ago | | | 0 | 0.0055960800 | |
| 17637660 | a year ago | | | 0 | 0.00074110492 | |
| 17637659 | a year ago | | | 0 | 0.0013029653 | |
| 17637655 | a year ago | | | 0 | 0.0012308714 | |
| 17637655 | a year ago | | | 0 | 0.0012308714 | |
| 17637654 | a year ago | | | 0 | 0.0011135072 | |
| 17637654 | a year ago | | | 0 | 0.0011135072 | |
| 17637654 | a year ago | | | 0 | 0.0011135072 |
ABI
ABI objects
Getter at block 21287348
decimals() pure returns (uint8)
9
devAddress() view returns (address)
0x868e8d4dd2077050ce7e266e5cd5c8f641bd95fe
getAllPending() view returns (uint256)
1333333332
maxBuyAmount() view returns (uint256)
18000000000000000000000
maxSellAmount() view returns (uint256)
1000000000
maxTransferAmount() view returns (uint256)
18000000000000000000000
maxWalletAmount() view returns (uint256)
900000000000000000000000
name() view returns (string)
SAKURA
owner() view returns (address)
0xa65963ec432690f73373d968925e9b4df9320f82
pairV2() view returns (address)
0xc184e9fa15da6f5a842b560953cb862f64c007fc
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
1000000000
symbol() view returns (string)
SAKURA
totalSupply() view returns (uint256)
900000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
devFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
devAddressSetup(address _newAddress)
devFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxTransferAmount(uint256 _maxTransferAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxTransferAmountUpdated(uint256 maxTransferAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
devAddressUpdated(address devAddress)
devFeeSent(address recipient, uint256 amount)
devFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.