SafeTransfer
Verified contract
Active on
Ethereum with 18,112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$8,261.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.598769 | $3,178.97 |
$8,261.41 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20042631 | 5 months ago | | | 0.0101 | 0.00042953104 | |
| 19510313 | 8 months ago | | | 0 | 0.00054004695 | |
| 19510237 | 8 months ago | | | 0.03846 | 0.00075967261 | |
| 18664364 | a year ago | | | 0 | 0.0013095512 | |
| 17686095 | a year ago | | | 0.01 | 0.0024203889 | |
| 17678472 | a year ago | | | 0 | 0.0097792922 | |
| 17678464 | a year ago | | | 0 | 0.0088587830 | |
| 17678427 | a year ago | | | 0.01 | 0.0021128554 | |
| 17678411 | a year ago | | | 0.01 | 0.0022590890 | |
| 17678403 | a year ago | | | 0 | 0.0015478001 |
ABI
ABI objects
Getter at block 21160587
ACTIVATOR_ROLE() view returns (bytes32)
0xec5aad7bdface20c35bc02d6d2d5760df981277427368525d634f4e2603ea192
CHAIN_ID() view returns (uint256)
1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x6de5b71417b3fc95d9d79926816f0b6b59523e4f84ca12e6bde00f9a23de7125
HIDDEN_COLLECT_TYPEHASH() view returns (bytes32)
0x0506afef36f3613836f98ef019cb76a3e6112be8f9dc8d8fa77275d64f418234
HIDDEN_ERC20_COLLECT_TYPEHASH() view returns (bytes32)
0x9e6214229b9fba1927010d30b22a3a5d9fd5e856bb29f056416ff2ad52e8de44
HIDDEN_ERC721_COLLECT_TYPEHASH() view returns (bytes32)
0xa14a2dc51c26e451800897aa798120e7d6c35039caf5eb29b8ac35d1e914c591
NAME() view returns (string)
Kirobo Safe Transfer
VERSION() view returns (string)
1
VERSION_NUMBER() view returns (uint8)
1
totalFees() view returns (uint256)
1761088051948051945
uid() view returns (bytes32)
0x0100e56b37e5ae5a301f0000d8133a158d4a45e230560656fe5cd2c209ef7a72
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, uint256 value, uint256 fees, bytes32 secretHash)
autoRetrieveERC20(address token, string tokenSymbol, address from, address to, uint256 value, uint256 fees, bytes32 secretHash)
autoRetrieveERC721(address token, string tokenSymbol, address from, address to, uint256 tokenId, bytes tokenData, uint256 fees, bytes32 secretHash)
collect(address from, address to, uint256 value, uint256 fees, bytes32 secretHash, bytes secret)
collectERC20(address token, string tokenSymbol, address from, address to, uint256 value, uint256 fees, bytes32 secretHash, bytes secret)
collectERC721(address token, string tokenSymbol, address from, address to, uint256 tokenId, bytes tokenData, uint256 fees, bytes32 secretHash, bytes secret)
deposit(address to, uint256 value, uint256 fees, bytes32 secretHash) payable
depositERC20(address token, string tokenSymbol, address to, uint256 value, uint256 fees, bytes32 secretHash) payable
depositERC721(address token, string tokenSymbol, address to, uint256 tokenId, bytes tokenData, uint256 fees, bytes32 secretHash) payable
grantRole(bytes32 role, address account)
hiddenAutoRetrieve(address from, bytes32 id1, uint256 value)
hiddenCollect(address from, address to, uint256 value, uint256 fees, bytes32 secretHash, bytes secret, uint8 v, bytes32 r, bytes32 s)
hiddenCollectERC20(address from, address to, address token, string tokenSymbol, uint256 value, uint256 fees, bytes32 secretHash, bytes secret, uint8 v, bytes32 r, bytes32 s)
hiddenCollectERC721(address from, address to, address token, string tokenSymbol, uint256 tokenId, bytes tokenData, uint256 fees, bytes32 secretHash, bytes secret, uint8 v, bytes32 r, bytes32 s)
hiddenDeposit(bytes32 id1) payable
hiddenRetrieve(bytes32 id1, uint256 value)
hiddenTimedDeposit(bytes32 id1, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees) payable
renounceRole(bytes32 role, address account)
retrieve(address to, uint256 value, uint256 fees, bytes32 secretHash)
retrieveERC20(address token, string tokenSymbol, address to, uint256 value, uint256 fees, bytes32 secretHash)
retrieveERC721(address token, string tokenSymbol, address to, uint256 tokenId, bytes tokenData, uint256 fees, bytes32 secretHash)
revokeRole(bytes32 role, address account)
timedDeposit(address to, uint256 value, uint256 fees, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees) payable
timedDepositERC20(address token, string tokenSymbol, address to, uint256 value, uint256 fees, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees) payable
timedDepositERC721(address token, string tokenSymbol, address to, uint256 tokenId, bytes tokenData, uint256 fees, bytes32 secretHash, 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)
Collected(address indexed from, address indexed to, bytes32 indexed id, uint256 value)
Deposited(address indexed from, address indexed to, uint256 value, uint256 fees, bytes32 secretHash)
ERC20Collected(address indexed token, address indexed from, address indexed to, bytes32 id, uint256 value)
ERC20Deposited(address indexed token, address indexed from, address indexed to, uint256 value, uint256 fees, bytes32 secretHash)
ERC20Retrieved(address indexed token, address indexed from, address indexed to, bytes32 id, uint256 value)
ERC20TimedDeposited(address indexed token, address indexed from, address indexed to, uint256 value, uint256 fees, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees)
ERC721Collected(address indexed token, address indexed from, address indexed to, bytes32 id, uint256 tokenId)
ERC721Deposited(address indexed token, address indexed from, address indexed to, uint256 tokenId, uint256 fees, bytes32 secretHash)
ERC721Retrieved(address indexed token, address indexed from, address indexed to, bytes32 id, uint256 tokenId)
ERC721TimedDeposited(address indexed token, address indexed from, address indexed to, uint256 tokenId, uint256 fees, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees)
HCollected(address indexed from, address indexed to, bytes32 indexed id1, uint256 value)
HDeposited(address indexed from, uint256 value, bytes32 indexed id1)
HERC20Collected(address indexed token, address indexed from, address indexed to, bytes32 id1, uint256 value)
HERC721Collected(address indexed token, address indexed from, address indexed to, bytes32 id1, uint256 tokenId)
HRetrieved(address indexed from, bytes32 indexed id1, uint256 value)
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)
TimedDeposited(address indexed from, address indexed to, uint256 value, uint256 fees, bytes32 secretHash, uint64 availableAt, uint64 expiresAt, uint128 autoRetrieveFees)
constructor(address activator)
receive()
This contract contains no error objects.