ShibariumSwap
Verified contract
Active on
Ethereum with 275 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 "ShibariumSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20195674 | 4 months ago | | | 0 | 0.000057994750 | |
| 17660919 | a year ago | | | 0 | 0.00041258692 | |
| 17412523 | a year ago | | | 0 | 0.00063699892 | |
| 17122491 | 2 years ago | | | 0 | 0.0015554465 | |
| 17024033 | 2 years ago | | | 0 | 0.00055138348 | |
| 16993864 | 2 years ago | | | 0 | 0.0013478271 | |
| 16853771 | 2 years ago | | | 0 | 0.00070664152 | |
| 16833478 | 2 years ago | | | 0 | 0.0017474520 | |
| 16833472 | 2 years ago | | | 0 | 0.0017916642 | |
| 16717722 | 2 years ago | | | 0 | 0.00076042936 |
ABI
ABI objects
Getter at block 21094321
decimals() view returns (uint8)
18
name() view returns (string)
ShibariumSwap
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeec5ef026f989bac8b1bd9a06547d282f694001b
paused() view returns (bool)
false
symbol() view returns (string)
SHISWAP
totalSupply() view returns (uint256)
146112811670695542391954326
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address tokenHolder)
This contract contains no fallback and receive objects.
This contract contains no error objects.