TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 766 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300786 | 2 days ago | | | 0 | 0.00049878421 | |
| 21296416 | 3 days ago | | | 0 | 0.00050236895 | |
| 21279933 | 5 days ago | | | 0 | 0.0011357177 | |
| 21277906 | 5 days ago | | | 0 | 0.00069179358 | |
| 21250232 | 9 days ago | | | 0 | 0.00053229256 | |
| 21248617 | 9 days ago | | | 0 | 0.00057425695 | |
| 21235064 | 11 days ago | | | 0 | 0.00055215906 | |
| 21234698 | 11 days ago | | | 0 | 0.00069126891 | |
| 21234528 | 11 days ago | | | 0 | 0.00072790941 | |
| 21232959 | 12 days ago | | | 0 | 0.00044792387 |
ABI
ABI objects
Getter at block 21316235
currentTokenIndex() view returns (uint256 _value)
3
name() view returns (string)
SxTCommunity
owner() view returns (address)
0x1f8bc322ac7405a4c2921bdb9a1efa560702efee
paused() view returns (bool)
false
symbol() view returns (string)
SxTC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isAddressUtilized(uint256, address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
retrieveNFTs(uint256 pageNumber, uint256 pageSize, bool isAirdropPending) view returns (string, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenDetails(uint256) view returns (string tokenUri, uint256 id, uint256 maxTokenSupply)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
whiteList(address) view returns (bool)
whiteListForNFT(uint256, address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addSxTNFT(string newTokenURI, uint256 maxNewTokenSupply)
airdropSxTNFT(uint256 id, address[] recipients)
initialize(string tokenName, string tokenSymbol)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SxTNFTAdded(uint256 id)
SxTNFTAirdropped(uint256 id, uint256 requestedAirdropCount, uint256 successfulAirdropCount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.