Saitama 2.0
Verified contract
Active on
Ethereum with 118 txns
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 |
---|---|---|---|---|---|
SAITAMA | ERC-20 | 710.062476M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18401062 | a year ago | | | 0 | 0.00040756563 | |
| 18100873 | a year ago | | | 0 | 0.00046850933 | |
| 18072443 | a year ago | | | 0 | 0.00073117011 | |
| 18046967 | a year ago | | | 0 | 0.00049316235 | |
| 18039480 | a year ago | | | 0 | 0.00080940017 | |
| 18027944 | a year ago | | | 0 | 0.0013480772 | |
| 18027174 | a year ago | | | 0 | 0.0011270968 | |
| 18014115 | a year ago | | | 0 | 0.0016685179 | |
| 18008953 | a year ago | | | 0 | 0.00055534367 | |
| 17998184 | a year ago | | | 0 | 0.00056295298 |
ABI
ABI objects
Getter at block 21315866
decimals() view returns (uint8)
9
marketingFeeOnBuy() view returns (uint256)
1
marketingFeeOnSell() view returns (uint256)
1
marketingWallet() view returns (address)
0x051636afae9c27feb904c83938a6326078f5535d
name() view returns (string)
Saitama 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
20000000000000000
symbol() view returns (string)
SAITAMA
totalSupply() view returns (uint256)
100000000000000000000
uniswapV2Pair() view returns (address)
0xed2dbf8e4822595f38c9ab719882e3b0af83b3c7
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setMarketingFees(uint256 buyFee, uint256 sellFee)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendMarketing(uint256 bnbSend)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SetMarketingFee(uint256 buyFee, uint256 sellFee)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.