Satoshi Inu
Verified contract
Active on
Ethereum with 412 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 "Satoshi Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15442705 | 2 years ago | | | 0 | 0.00062380037 | |
| 14508608 | 3 years ago | | | 0 | 0.0011964447 | |
| 14169233 | 3 years ago | | | 0 | 0.0011235759 | |
| 14109864 | 3 years ago | | | 0 | 0.0043038684 | |
| 14109860 | 3 years ago | | | 0 | 0.0034088346 | |
| 13915678 | 3 years ago | | | 0 | 0.0020001568 | |
| 12803508 | 3 years ago | | | 0 | 0.00088618600 | |
| 12583511 | 4 years ago | | | 0 | 0.00021010600 | |
| 12583511 | 4 years ago | | | 0 | 0.00021010600 | |
| 12581642 | 4 years ago | | | 0 | 0.00058861660 |
ABI
ABI objects
Getter at block 21425321
FeeAddress() view returns (address)
0xe18b2ee7aa767049d92a0d733b52ed26b15786fc
burnFee() view returns (uint256)
1
decimals() view returns (uint256)
18
name() view returns (string)
Satoshi Inu
owner() view returns (address)
0xe18b2ee7aa767049d92a0d733b52ed26b15786fc
paused() view returns (bool)
false
symbol() view returns (string)
SAINU
totalSupply() view returns (uint256)
99999868799697990498142845737826164
txFee() view returns (uint256)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.