SpaceNFTRegistry
Verified contract
Active on
Ethereum with 9,323 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 |
---|---|---|---|---|---|
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- | |
EFES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323492 | 29 minutes ago | | | 0 | 0.0033546543 | |
| 21323220 | an hour ago | | | 0 | 0.0032393700 | |
| 21320371 | 11 hours ago | | | 0 | 0.00088360981 | |
| 21320341 | 11 hours ago | | | 0 | 0.00086815288 | |
| 21320105 | 12 hours ago | | | 0 | 0.0017477274 | |
| 21318633 | 17 hours ago | | | 0 | 0.0030043152 | |
| 21315792 | a day ago | | | 0 | 0.0013610688 | |
| 21315163 | a day ago | | | 0 | 0.0013441341 | |
| 21314996 | a day ago | | | 0 | 0.00071026730 | |
| 21314417 | a day ago | | | 0 | 0.00071509141 |
ABI
ABI objects
Getter at block 21323635 renounceOwnership() view
owner() view returns (address)
0x464868685f5ed7cc8260840a8a0e797f48b0dbd0
Read-only
blackRemaingSeconds(address player) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
registerData(address nft, uint256 nftId) view returns (address, uint256)
stakEndts(address nft, address player, uint256 nftId) view returns (uint256)
State-modifying
Events ban(address[] players, uint256 timestamp)
burn(address nft, uint32[] nftIds, uint64 timestamp, uint64 uuid, uint64 signId, bytes sig)
reduceBanningDuration(address[] players, uint256 timestamp)
registration(address nft, uint256[] nftIds, uint256 timestamp)
registrationRenewal(address nft, uint256[] nftIds, uint64 timestamp)
setAddrSwitch(address addr, uint256 duration)
setCosigner(address cosigner)
setGloSwitch(uint256 duration)
setLimitLen(uint32 _limitIdLen)
setNFTSwitch(address nft, uint256 nftId, uint256 duration)
setSupportNFT(address[] nfts, bool status)
setTimestampExpirySeconds(uint32 expiry)
transferOwnership(address newOwner)
unregistration(address nft, uint256[] nftIds)
updateMiner(address newminer)
updateTsLimit(uint64 floorts, uint64 ceilts)
Ban(uint256 timestamp, address[] players)
Burn(uint64 signId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReduceBanningDuration(address player, uint256 timestamp)
Register(address nft, address register, uint256 timestamp, uint256[] nftId)
Renewal(address nft, address register, uint256 nftId, uint256 timestamp)
Unregister(address nft, address register, uint256[] nftId)
constructor(address[] nfts)
This contract contains no fallback and receive objects.
ExceedBanCeil()
InBannedStatus()
InvalidRegistrationTime()
InvalidRenewalTime()
NotSupportedNFT()
UnableToUnregister()