Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$19.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005711 | $3,479.67 |
$19.87 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13804226 | 3 years ago | | | 0.0000001 | 0.0044188064 | |
| 13787568 | 3 years ago | | | 0 | 0.0027491593 | |
| 13787364 | 3 years ago | | | 0 | 0.0059454481 | |
| 13702974 | 3 years ago | | | 0 | 0.0043692934 | |
| 13702961 | 3 years ago | | | 0 | 0.0097324696 | |
| 13626216 | 3 years ago | | | 0 | 0.011977646 | |
| 13626215 | 3 years ago | | | 0 | 0.012469520 | |
| 13626007 | 3 years ago | | | 0 | 0.0081504000 | |
| 13625800 | 3 years ago | | | 0 | 0.0069790781 | |
| 13625538 | 3 years ago | | | 0 | 0.0066482997 |
ABI
ABI objects
Getter at block 21264154
ACTIVATOR_ROLE() view returns (bytes32)
0xec5aad7bdface20c35bc02d6d2d5760df981277427368525d634f4e2603ea192
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HIDDEN_ERC721_SWAP_TYPEHASH() view returns (bytes32)
0x22eb06b067ef6305a65d8334d41817cd2fb49f43ee331996ed20687c8152e5ed
HIDDEN_SWAP_TYPEHASH() view returns (bytes32)
0x0f11af065228fe4d4a82a264c46914620a3a99413bfee68f390bd6a3ba05e2c2
NAME() view returns (string)
Kirobo Safe Swap
VERSION() view returns (string)
1
VERSION_NUMBER() view returns (uint8)
1
totalFees() view returns (uint256)
4000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events autoRetrieve(address from, address to, address token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash)
autoRetrieveERC721(address from, address to, struct SafeSwapSwapERC721Info info)
deposit(address to, address token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash) payable
depositERC721(address to, address token0, uint256 value0, bytes tokenData0, uint256 fees0, address token1, uint256 value1, bytes tokenData1, uint256 fees1, bytes32 secretHash) payable
grantRole(bytes32 role, address account)
hiddenAutoRetrieve(address from, bytes32 id1, uint256 value)
hiddenDeposit(bytes32 id1) payable
hiddenRetrieve(bytes32 id1, uint256 value)
hiddenSwap(address from, struct SafeSwapSwapInfo info, bytes secret) payable
hiddenSwapERC721(address from, struct SafeSwapSwapERC721Info info, bytes secret) payable
hiddenTimedDeposit(bytes32 id1, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees) payable
renounceRole(bytes32 role, address account)
retrieve(address to, address token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash)
retrieveERC721(address to, struct SafeSwapSwapERC721Info info)
revokeRole(bytes32 role, address account)
swap(address from, address token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash, bytes secret) payable
swapERC721(address from, struct SafeSwapSwapERC721Info info, bytes secret) payable
timedDeposit(address to, address token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees) payable
timedDepositERC721(address to, struct SafeSwapSwapERC721Info info, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees) payable
transferERC20(address token, address wallet, uint256 value)
transferERC721(address token, address wallet, uint256 tokenId, bytes data)
transferFees(address wallet, uint256 value)
Deposited(address indexed from, address indexed to, address indexed token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash)
ERC721Deposited(address indexed from, address indexed to, address indexed token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash)
ERC721Retrieved(address indexed token, address indexed from, address indexed to, bytes32 id, uint256 tokenId)
ERC721Swapped(address indexed from, address indexed to, address indexed token0, uint256 value0, address token1, uint256 value1, bytes32 id)
ERC721TimedDeposited(address indexed from, address indexed to, address indexed token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees)
HDeposited(address indexed from, uint256 value, bytes32 indexed id1)
HERC721Swapped(address indexed from, address indexed to, bytes32 indexed id1, address token0, uint256 value0, address token1, uint256 value1)
HRetrieved(address indexed from, bytes32 indexed id1, uint256 value)
HSwapped(address indexed from, address indexed to, bytes32 indexed id1, address token0, uint256 value0, address token1, uint256 value1)
HTimedDeposited(address indexed from, uint256 value, bytes32 indexed id1, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees)
Retrieved(address indexed from, address indexed to, bytes32 indexed id, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Swapped(address indexed from, address indexed to, bytes32 indexed id, address token0, uint256 value0, address token1, uint256 value1)
TimedDeposited(address indexed from, address indexed to, address indexed token0, uint256 value0, uint256 fees0, address token1, uint256 value1, uint256 fees1, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees)
constructor(address activator)
receive()
This contract contains no error objects.