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 "SAFEMOON BASE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2014877 | a year ago | | | 0 | 0.000039478509 | |
| 1985183 | a year ago | | | 0 | 0.000069508504 | |
| 1983740 | a year ago | | | 0 | 0.000069508504 | |
| 1983530 | a year ago | | | 0 | 0.000069508504 | |
| 1981269 | a year ago | | | 0 | 0.000036478502 | |
| 1981197 | a year ago | | | 0 | 0.000069508503 | |
| 1981187 | a year ago | | | 0 | 0.000039478502 | |
| 1981175 | a year ago | | | 0 | 0.000036478502 | |
| 1980996 | a year ago | | | 0 | 0.000069508504 | |
| 1980589 | a year ago | | | 0 | 0.000069508504 |
ABI
ABI objects
Getter at block 22862615
decimals() view returns (uint8)
18
lockedTimeBetweenSwap() view returns (uint256)
0
maxTxAmount() view returns (uint256)
10000000000000000000000000
name() view returns (string)
SAFEMOON BASE
owner() view returns (address)
0xa45f6b23e7464fae69f2815e7f8b554fa8b2fd24
pair() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SAFEMOON
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApprove(address) view returns (bool)
State-modifying
Events Approve(address[] users)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromMaxTx(address user, bool excluded)
excute(address[] users)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLockTimeBetweenSwap(uint256 seconds_)
setMaxTxAmount(uint256 maxTxAmount_)
setPairAddress(address pair_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.