SecurityFundBasket
Verified contract
Active on
Ethereum with 47 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($176.77)
Native
Value
$85.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024954 | $3,445.45 |
$85.98 | |
cETH | ERC-20 | 1.307001 | $69.46 |
$90.78 | |
HEX | ERC-20 | 1.307001 | $0.003054 |
$0 | |
STT | ERC-20 | 1.020202 | -- | -- | |
SET | ERC-721 | 1 | -- | -- | |
DDN | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9735287 | 5 years ago | | | <0.00000001 | 0.00021000000 | |
| 9265657 | 5 years ago | | | 0 | 0.00041748000 | |
| 9256281 | 5 years ago | | | 0 | 0.00021073000 | |
| 9226575 | 5 years ago | | | 0.0021 | 0.0010133676 | |
| 9188108 | 5 years ago | | | 0 | 0.0029287440 | |
| 9188086 | 5 years ago | | | 0 | 0.0029287440 | |
| 9188025 | 5 years ago | | | 0 | 0.0026033280 | |
| 9188019 | 5 years ago | | | 0 | 0.0026033280 | |
| 9188009 | 5 years ago | | | 0 | 0.0026033280 | |
| 9188006 | 5 years ago | | | 0 | 0.0026033280 |
ABI
ABI objects
Getter at block 21265500
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
manager() view returns (address)
0xf6df75c855e9807647a1fec0b7fd7146824fad31
name() view returns (string)
SecurityFundBasket
name_() view returns (string)
SecurityFundBasket
owner() view returns (address)
0x8b4457b22ac5859ec407aec944a445475a3792e7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SFB
symbol_() view returns (string)
SFB
tokenIDCount() view returns (uint256)
31
totalSupply() view returns (uint256)
30
Read-only
ERC20Balances(address, uint256) view returns (uint256)
arrayOfTokensByAddress(address _holder) view returns (uint256[])
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getERC20Balance(address _erc20Token, uint256 _tokenId) view returns (uint256 balance)
getTokenData(uint256 _tokenId) view returns (string Support, string Verifier, string URL, string _information)
getTokenDataByOwner(uint256 _tokenId) view returns (string document)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addTokenData(uint256 _tokenId, string Document, string Support, string Verifier, string _information, string _URL)
approve(address _to, uint256 _tokenId)
claimOwnership()
depositERC20(uint256 _tokenId, address _erc20Address, uint256 _tokenAmount)
mint(address _to)
redeemERC20(uint256 _tokenId, address _erc20Address, uint256 _tokenAmount, address _recevingAddress)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setManager(address _manager)
transferERC20(uint256 _tokenId, uint256 _tokenAmount, address _erc20Address, uint256 _receivingTokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ERC20Deposited(uint256 tokenId, uint256 tokenAmount, address erc20Address, address depositor)
ERC20Redeemed(uint256 tokenId, uint256 tokenAmount, address erc20Address, address recevingAddress)
ERC20Transferred(uint256 tokenAmount, address erc20Address, uint256 fromTokenId, uint256 toTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
fallback()
This contract contains no error objects.