HoldingContract
Verified contract
Active on
Ethereum with 2,636 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 |
---|---|---|---|---|---|
0x7b39…c97c | ERC-1555 | 349 | -- | -- | |
0x7912…2d76 | ERC-1555 | 89 | -- | -- | |
0xbfc5…c3f9 | ERC-1555 | 36 | -- | -- | |
0x3266…ff52 | ERC-1555 | 13 | -- | -- | |
0x7b39…c97c | ERC-1555 | 11 | -- | -- | |
0x7b39…c97c | ERC-1555 | 5 | -- | -- | |
0xbfc5…c3f9 | ERC-1555 | 2 | -- | -- | |
0xbfc5…c3f9 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20686948 | 3 months ago | | | 0 | 0.00032101863 | |
| 20686947 | 3 months ago | | | 0 | 0.00033096907 | |
| 20686946 | 3 months ago | | | 0 | 0.00034105199 | |
| 20686945 | 3 months ago | | | 0 | 0.00034070934 | |
| 20686944 | 3 months ago | | | 0 | 0.00036673966 | |
| 20686943 | 3 months ago | | | 0 | 0.00035079737 | |
| 20686942 | 3 months ago | | | 0 | 0.00036565943 | |
| 20686941 | 3 months ago | | | 0 | 0.00037482201 | |
| 20686702 | 3 months ago | | | 0 | 0.00029021729 | |
| 20686701 | 3 months ago | | | 0 | 0.00027313384 |
ABI
ABI objects
Getter at block 21299775
isPaused() view returns (bool)
true
owner() view returns (address)
0x0aa1f3d61e7c325ae795737266c5fd6839819b86
Read-only
admin(address) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
tokenData(address) view returns (uint8 tokenType, bool isAllowed)
State-modifying
Events adminTransfer(struct HoldingContractTokenParams[] params, address[] to, address[] wallet)
burnTokens(struct HoldingContractTokenParams[] params, bytes signature)
renounceOwnership()
setAdmin(address wallet, bool isAdmin)
setPaused(bool state)
setSigner(address wallet)
setTokenData(address[] tokens, uint8[] tokenTypes, bool[] isAllowed)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensDeposited(address token, uint256[] ids, uint256[] amounts, uint8 tokenType)
TokensWithdrawn(address token, uint256[] ids, uint256[] amounts, uint8 tokenType, address wallet, address to)
constructor(address _signer)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()